mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 10:14:11 +01:00
Fix bugs yay.
--HG-- branch : groups
This commit is contained in:
@@ -296,8 +296,10 @@ var Overlay = Module("Overlay", {
|
||||
|
||||
frob("init");
|
||||
defineModule.modules.forEach(function ({ lazyInit, constructor: { className } }) {
|
||||
if (!lazyInit)
|
||||
if (!lazyInit) {
|
||||
frob(className);
|
||||
modules[className] = modules[className];
|
||||
}
|
||||
else
|
||||
modules.__defineGetter__(className, function () {
|
||||
delete modules[className];
|
||||
|
||||
Reference in New Issue
Block a user