mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 05:44:18 +01:00
Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs.
This commit is contained in:
1
common/bootstrap.js
vendored
1
common/bootstrap.js
vendored
@@ -99,6 +99,7 @@ FactoryProxy.prototype = {
|
||||
},
|
||||
get module() {
|
||||
try {
|
||||
dump("dactyl: bootstrap: create module: " + this.contractID + "\n");
|
||||
Object.defineProperty(this, "module", { value: {}, enumerable: true });
|
||||
JSMLoader.load(this.url, this.module);
|
||||
JSMLoader.registerGlobal(this.url, this.module.global);
|
||||
|
||||
Reference in New Issue
Block a user