mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 18:24:11 +01:00
Do away with services.(get|create), and move the prefs module to its own file.
This commit is contained in:
@@ -53,10 +53,11 @@
|
||||
let prefix = [BASE];
|
||||
|
||||
modules.load("services");
|
||||
prefix.unshift("chrome://" + modules.services.get("dactyl:").name + "/content/");
|
||||
prefix.unshift("chrome://" + modules.services["dactyl:"].name + "/content/");
|
||||
|
||||
["base",
|
||||
"modules",
|
||||
"prefs",
|
||||
"storage",
|
||||
"util",
|
||||
"dactyl",
|
||||
|
||||
Reference in New Issue
Block a user