1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-27 10:25:52 +01:00

Fix forseeable problem with last commit.

This commit is contained in:
Kris Maglione
2011-02-19 18:28:27 -05:00
parent 0de541726b
commit b648a061c8
2 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ var global = this;
var BOOTSTRAP_CONTRACT = "@dactyl.googlecode.com/base/bootstrap";
var JSMLoader = BOOTSTRAP_CONTRACT in Components.classes &&
Components.classes[BOOTSTRAP_CONTRACT].getService().wrappedJSObject;
Components.classes[BOOTSTRAP_CONTRACT].getService().wrappedJSObject.loader;
if (!JSMLoader || JSMLoader.bump != 4)
JSMLoader = {