From 3c408003d297f0ddea90252feb5a7bb5b53a4965 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 1 May 2009 10:50:39 +1000 Subject: [PATCH] Remove fixed FIXME comment from template.highlightURL. --- common/content/template.js | 1 - 1 file changed, 1 deletion(-) 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))