1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 03:35:45 +01:00

Move overlay magic from util to overlay module.

This commit is contained in:
Kris Maglione
2011-08-15 00:03:57 -04:00
parent 681af3e618
commit 07d6099a95
10 changed files with 282 additions and 259 deletions

View File

@@ -31,6 +31,44 @@ var ConfigBase = Class("ConfigBase", {
});
},
modules: {
global: ["addons",
"base",
"io",
"commands",
"completion",
"config",
"contexts",
"downloads",
"finder",
"highlight",
"javascript",
"messages",
"options",
"overlay",
"prefs",
"sanitizer",
"services",
"storage",
"styles",
"template",
"util"],
window: ["dactyl",
"modes",
"commandline",
"abbreviations",
"autocommands",
"buffer",
"editor",
"events",
"hints",
"mappings",
"marks",
"mow",
"statusline"]
},
loadStyles: function loadStyles(force) {
const { highlight } = require("highlight");
const { _ } = require("messages");