mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:27:57 +01:00
Refactor modules.config.
This commit is contained in:
@@ -401,7 +401,7 @@ const Option = Class("Option", {
|
||||
* @instance options
|
||||
*/
|
||||
const Options = Module("options", {
|
||||
requires: ["highlight", "storage"],
|
||||
requires: ["config", "highlight", "storage"],
|
||||
|
||||
init: function () {
|
||||
for (let [, pref] in Iterator(this.allPrefs(Options.OLD_SAVED))) {
|
||||
|
||||
Reference in New Issue
Block a user