mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:28:15 +01:00
Refactor modules.config.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @instance marks
|
||||
*/
|
||||
const Marks = Module("marks", {
|
||||
requires: ["storage"],
|
||||
requires: ["config", "storage"],
|
||||
|
||||
init: function init() {
|
||||
this._localMarks = storage.newMap("local-marks", { store: true, privateData: true });
|
||||
|
||||
Reference in New Issue
Block a user