mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 04:07:59 +01:00
Move things to the buffer instance that have no business being in the buffer class.
This commit is contained in:
1
common/bootstrap.js
vendored
1
common/bootstrap.js
vendored
@@ -100,7 +100,6 @@ FactoryProxy.prototype = {
|
||||
|
||||
Object.defineProperty(this, "module", { value: {}, enumerable: true });
|
||||
JSMLoader.load(this.url, this.module);
|
||||
JSMLoader.registerGlobal(this.url, this.module.global);
|
||||
return this.module;
|
||||
},
|
||||
createInstance: function (iids) {
|
||||
|
||||
Reference in New Issue
Block a user