1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 03:45:46 +01:00

Fix lost keys when opening command line for the first time. Fix cleanup issue.

This commit is contained in:
Kris Maglione
2011-02-06 13:50:00 -05:00
parent 221ddd46b0
commit 4d9c196b6c
5 changed files with 26 additions and 21 deletions

View File

@@ -156,11 +156,16 @@ var Overlay = Module("Overlay", {
"completion",
"config",
"downloads",
"finder",
"highlight",
"io",
"javascript",
"overlay",
"prefs",
"services",
"storage",
"styles",
"template",
"util"
].forEach(function (name) defineModule.time("load", name, require, null, jsmodules, name));
@@ -173,17 +178,12 @@ var Overlay = Module("Overlay", {
"commands",
"editor",
"events",
"finder",
"highlight",
"hints",
"io",
"mappings",
"marks",
"mow",
"options",
"statusline",
"styles",
"template"
"statusline"
].forEach(function (name) defineModule.time("load", name, modules.load, modules, name));
config.scripts.forEach(modules.load);