summaryrefslogtreecommitdiff
path: root/common/content/template.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-05-01 10:50:39 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-05-02 17:06:30 +1000
commit3c408003d297f0ddea90252feb5a7bb5b53a4965 (patch)
treeb261163afb65dfe555d3415c30251d45f19cfd08 /common/content/template.js
parent01a8844d96530d4d4935db8638e9ad222283fd99 (diff)
downloadpentadactyl-3c408003d297f0ddea90252feb5a7bb5b53a4965.tar.gz
Remove fixed FIXME comment from template.highlightURL.
Diffstat (limited to 'common/content/template.js')
-rw-r--r--common/content/template.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/content/template.js b/common/content/template.js
index 5529e696..85614d66 100644
--- a/common/content/template.js
+++ b/common/content/template.js
@@ -204,7 +204,6 @@ const template = {
return s + <>{str.substr(start)}</>;
},
- // FIXME: why is href="#"?
highlightURL: function highlightURL(str, force)
{
if (force || /^[a-zA-Z]+:\/\//.test(str))