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

get rid of will/would in help

This commit is contained in:
Martin Stubenschrott
2007-10-18 21:36:09 +00:00
parent 66c640578a
commit 772b8160bb
3 changed files with 91 additions and 62 deletions

View File

@@ -29,7 +29,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
vimperator.util = {
escapeHTML: function(str)
{
// XXX: the following code is _much- slower then a simple .replace()
// XXX: the following code is _much_ slower than a simple .replace()
// :history display went down from 2 to 1 second after changing
//
// var e = window.content.document.createElement("div");