mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 22:25:46 +01:00
Ditch some dump()s.
This commit is contained in:
@@ -917,7 +917,6 @@ Module.INIT = {
|
|||||||
module = objs[i] = Object.create(module);
|
module = objs[i] = Object.create(module);
|
||||||
|
|
||||||
modules.jsmodules[this.constructor.className] = module;
|
modules.jsmodules[this.constructor.className] = module;
|
||||||
util.dump(" ====================================== INIT " + this.constructor.className + " ====================================== ");
|
|
||||||
locals.reverse().forEach(function (fn, i) update(objs[i], fn.apply(module, args)))
|
locals.reverse().forEach(function (fn, i) update(objs[i], fn.apply(module, args)))
|
||||||
module.instance = module;
|
module.instance = module;
|
||||||
module.init();
|
module.init();
|
||||||
|
|||||||
Reference in New Issue
Block a user