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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user