1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:57:58 +01:00

Fix horifically slow JS completion.

This commit is contained in:
Kris Maglione
2009-11-04 01:52:21 -05:00
parent 55f1ec7c3e
commit 336eb4fefa
2 changed files with 2 additions and 2 deletions

View File

@@ -984,6 +984,8 @@ lookup:
try
{
liberator.loadScript(uri.spec, new Script(file));
if (liberator.initialized)
liberator.initHelp();
}
catch (e)
{

View File

@@ -1205,8 +1205,6 @@ const liberator = (function () //{{{
XML.ignoreWhiteSpace = false;
XML.prettyPrinting = false;
services.get("subscriptLoader").loadSubScript(uri, context);
if (liberator.initialized)
liberator.initHelp();
},
eval: function (str, context)