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

Last commit done right (or wrong, as it so happens, given Spidermonkeys buggy regex engine)

This commit is contained in:
Kris Maglione
2008-10-07 21:03:06 +00:00
parent 851901d553
commit 78d9d51434
4 changed files with 11 additions and 18 deletions

View File

@@ -318,7 +318,7 @@ liberator.Completion = function () //{{{
}
catch (e)
{
liberator.dump(liberator.util.escapeString(string) + ": " + e + "\n" + e.stack + "\n");
liberator.dump(liberator.util.escapeString(string) + ": " + e + "\n" + e.stack);
lastIdx = 0;
return [0, []];
}