1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 09:55:45 +01:00

Ditch some dump()s.

This commit is contained in:
Kris Maglione
2011-02-03 10:34:40 -05:00
parent e92252a4ab
commit b89ef65a59

View File

@@ -917,7 +917,6 @@ Module.INIT = {
module = objs[i] = Object.create(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)))
module.instance = module;
module.init();