1
0
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:
Kris Maglione
2011-01-09 12:48:54 -05:00
parent 1464c6fe37
commit a2e6e655c7
4 changed files with 128 additions and 187 deletions

1
common/bootstrap.js vendored
View File

@@ -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) {