Remove a no longer valid FIXME comment.

This commit is contained in:
Doug Kearns
2009-06-28 16:03:14 +10:00
parent f66c0e0eb3
commit f2975a51f5
-1
View File
@@ -1454,7 +1454,6 @@ function CommandLine() //{{{
switch (key) switch (key)
{ {
case "<LeftMouse>": case "<LeftMouse>":
// FIXME: the :ls output no longer wraps the buffer URL in an anchor element
if (event.originalTarget.getAttributeNS(NS.uri, "highlight") == "URL buffer-list") if (event.originalTarget.getAttributeNS(NS.uri, "highlight") == "URL buffer-list")
{ {
event.preventDefault(); event.preventDefault();