1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:08:00 +01:00

remove some old TODO comments

This commit is contained in:
Doug Kearns
2007-10-30 09:29:32 +00:00
parent d600a7d6aa
commit 9476bbedc7

View File

@@ -727,7 +727,7 @@ vimperator.Marks = function() //{{{
} }
list += "</table>"; list += "</table>";
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE); // TODO: force of multiline widget a better way vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
} }
//}}} //}}}
} //}}} } //}}}
@@ -819,7 +819,7 @@ vimperator.QuickMarks = function() //{{{
} }
list += "</table>"; list += "</table>";
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE); // TODO: force of multiline widget a better way vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
} }
this.destroy = function() this.destroy = function()