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

Because I can.

This commit is contained in:
Kris Maglione
2011-08-21 00:47:18 -04:00
parent cef61c8733
commit 1607affa58
19 changed files with 802 additions and 786 deletions

View File

@@ -9,7 +9,7 @@ try {
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("overlay", {
exports: ["ModuleBase", "overlay"],
require: ["config", "highlight", "io", "services", "util"]
require: ["config", "help", "highlight", "io", "services", "util"]
}, this);
/**
@@ -41,8 +41,6 @@ var Overlay = Module("Overlay", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReferen
util.addObserver(this);
this.overlays = {};
services["dactyl:"]; // Hack. Force module initialization.
config.loadStyles();
this.timeout(this.initialize);