1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 16:33:31 +01:00

Remove some duplication in the DTDs. Link to the mailing list web page rather than address.

This commit is contained in:
Kris Maglione
2010-10-02 18:08:41 -04:00
parent bc97c417d6
commit 8ab81562ba
19 changed files with 69 additions and 65 deletions

View File

@@ -39,6 +39,9 @@
let prefix = [BASE];
modules.load("services");
prefix.unshift("chrome://" + modules.services.get("dactyl:").name + "/content/");
["base",
"modules",
"storage",
@@ -63,13 +66,11 @@
"marks",
"modes",
"options",
"services",
"statusline",
"styles",
"template"
].forEach(modules.load);
prefix.unshift("chrome://" + modules.services.get("dactyl:").name + "/content/");
modules.Config.prototype.scripts.forEach(modules.load);
})();