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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user