1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 21:55:47 +01:00

Remove fixed FIXME comment from template.highlightURL.

This commit is contained in:
Doug Kearns
2009-05-01 10:50:39 +10:00
parent 01a8844d96
commit 3c408003d2

View File

@@ -204,7 +204,6 @@ const template = {
return s + <>{str.substr(start)}</>; return s + <>{str.substr(start)}</>;
}, },
// FIXME: why is href="#"?
highlightURL: function highlightURL(str, force) highlightURL: function highlightURL(str, force)
{ {
if (force || /^[a-zA-Z]+:\/\//.test(str)) if (force || /^[a-zA-Z]+:\/\//.test(str))