Commit 2fb57cfe authored by Aron Carroll's avatar Aron Carroll Committed by Randall Leeds

Fix partial comment for extractURIComponent

[no ci]
parent fbc652e4
......@@ -5,7 +5,7 @@ imports = [
]
# Use an anchor tag to extract the
# Use an anchor tag to extract specific components within a uri.
extractURIComponent = (uri, component) ->
unless extractURIComponent.a
extractURIComponent.a = document.createElement('a')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment