1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 18:12:26 +01:00

Fix some initialization order issues.

This commit is contained in:
Kris Maglione
2011-03-09 03:49:38 -05:00
parent dfd7398a4f
commit cc73345c71
6 changed files with 14 additions and 4 deletions

View File

@@ -1390,7 +1390,7 @@ var CommandLine = Module("commandline", {
subCommand: 0
});
},
modes: function () {
modes: function initModes() {
modes.addMode("COMMAND_LINE", {
char: "c",
description: "Active when the command line is focused",