mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 00:07:59 +01:00
Refactor modules.config.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* this class when the chrome is ready.
|
||||
*/
|
||||
const CommandLine = Module("commandline", {
|
||||
requires: ["liberator", "modes", "services", "storage", "template", "util"],
|
||||
requires: ["config", "liberator", "modes", "services", "storage", "template", "util"],
|
||||
|
||||
init: function () {
|
||||
const self = this;
|
||||
|
||||
Reference in New Issue
Block a user