mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 18:15:51 +01:00
Move some event-based code into observers in the modules it affects.
This commit is contained in:
@@ -983,6 +983,9 @@ Module.INIT = {
|
||||
locals.reverse().forEach(function (fn, i) update(objs[i], fn.apply(module, args)))
|
||||
module.instance = module;
|
||||
module.init();
|
||||
|
||||
if (module.signals)
|
||||
modules.dactyl.registerObservers
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user