Remove fixed FIXME comment from template.highlightURL.

This commit is contained in:
Doug Kearns
2009-05-02 17:06:30 +10:00
parent 01a8844d96
commit 3c408003d2
-1
View File
@@ -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))