mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:42:27 +01:00
Fix some initialization order issues.
This commit is contained in:
@@ -700,6 +700,7 @@ var JavaScript = Module("javascript", {
|
||||
});
|
||||
},
|
||||
modes: function initModes(dactyl, modules, window) {
|
||||
initModes.require("commandline");
|
||||
const { modes } = modules;
|
||||
|
||||
modes.addMode("REPL", {
|
||||
|
||||
Reference in New Issue
Block a user