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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user