mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 17:22:26 +01:00
Merge addon-common module loading code to fix Minefield.
--HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356
This commit is contained in:
@@ -8,10 +8,11 @@ let { getOwnPropertyNames } = Object;
|
||||
|
||||
try {
|
||||
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("javascript", {
|
||||
exports: ["JavaScript", "javascript"]
|
||||
}, this);
|
||||
});
|
||||
|
||||
lazyRequire("template", ["template"]);
|
||||
|
||||
let isPrototypeOf = Object.prototype.isPrototypeOf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user