1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-25 13:55:47 +01:00

Fix unduly early loading of the commandline module.

This commit is contained in:
Kris Maglione
2011-02-03 10:30:35 -05:00
parent b2358eb152
commit 8ac70cbaed
6 changed files with 15 additions and 13 deletions

View File

@@ -253,6 +253,7 @@ var Overlay = Module("Overlay", {
catch (e) {
Class.replaceProperty(modules, module.className, obj);
}
loaded[module.className] = true;
frob(module.className);