mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 15:55:47 +01:00
After some profiling, give all modules a common prototype.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
Components.utils.import("resource://dactyl/bootstrap.jsm");
|
||||
defineModule("dom", {
|
||||
exports: ["$", "DOM", "NS", "XBL", "XHTML", "XUL"],
|
||||
use: ["config", "highlight", "template", "util"],
|
||||
exports: ["$", "DOM", "NS", "XBL", "XHTML", "XUL"]
|
||||
}, this);
|
||||
|
||||
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
|
||||
|
||||
Reference in New Issue
Block a user