mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 21:05:47 +01:00
Refactor modules.config.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/** @scope modules */
|
||||
|
||||
const Modes = Module("modes", {
|
||||
requires: ["util"],
|
||||
requires: ["config", "util"],
|
||||
|
||||
init: function () {
|
||||
this._main = 1; // NORMAL
|
||||
|
||||
Reference in New Issue
Block a user