1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 12:04:11 +01:00

Fix plugin help.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-06-10 02:35:27 -04:00
parent 5bd7b6b0fc
commit a72c4af900

View File

@@ -628,8 +628,7 @@ lookup:
if (/\.js$/.test(filename)) {
try {
liberator.loadScript(uri.spec, Script(file));
if (liberator.initialized)
liberator.initHelp();
liberator.helpInitialized = false;
}
catch (e) {
let err = new Error();