mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 03:57:58 +01:00
Refactor modules.config.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @instance quickmarks
|
||||
*/
|
||||
const QuickMarks = Module("quickmarks", {
|
||||
requires: ["storage"],
|
||||
requires: ["config", "storage"],
|
||||
|
||||
init: function () {
|
||||
this._qmarks = storage.newMap("quickmarks", { store: true });
|
||||
|
||||
Reference in New Issue
Block a user