1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 09:05:46 +01:00

Fix live update issues.

This commit is contained in:
Kris Maglione
2011-03-07 17:45:22 -05:00
parent c08c0dc19f
commit f002825d10
9 changed files with 52 additions and 29 deletions

View File

@@ -292,7 +292,7 @@ var Overlay = Module("Overlay", {
defineModule.modules.forEach(function defModule({ lazyInit, constructor: { className } }) {
if (!lazyInit) {
frob(className);
modules[className] = modules[className];
Class.replaceProperty(modules, className, modules[className]);
}
else
modules.__defineGetter__(className, function () {