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