mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 14:37:58 +01:00
Refactor modules.config.
This commit is contained in:
@@ -38,7 +38,7 @@ const FailedAssertion = Class("FailedAssertion", Error, {
|
||||
});
|
||||
|
||||
const Liberator = Module("liberator", {
|
||||
requires: ["services"],
|
||||
requires: ["config", "services"],
|
||||
|
||||
init: function () {
|
||||
window.liberator = this;
|
||||
|
||||
Reference in New Issue
Block a user