mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 20:57:58 +01:00
Death to E4X and stuff. Also fix some bugs.
This commit is contained in:
@@ -17,11 +17,8 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
|
||||
function init() {
|
||||
Cu.import("resource://dactyl/bootstrap.jsm");
|
||||
if (!JSMLoader.initialized)
|
||||
JSMLoader.init();
|
||||
JSMLoader.load("base.jsm", global);
|
||||
require(global, "config");
|
||||
require(global, "util");
|
||||
require("config", global);
|
||||
require("util", global);
|
||||
}
|
||||
|
||||
function CommandLineHandler() {
|
||||
|
||||
Reference in New Issue
Block a user