mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:47:59 +01:00
Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove some dead code. Other cleanup.
This commit is contained in:
@@ -19,7 +19,7 @@ function init() {
|
||||
Cu.import("resource://dactyl/bootstrap.jsm");
|
||||
if (!JSMLoader.initialized)
|
||||
JSMLoader.init();
|
||||
Cu.import("resource://dactyl/base.jsm");
|
||||
JSMLoader.load("base.jsm", global);
|
||||
require(global, "config");
|
||||
require(global, "util");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user