mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 18:03:40 +01:00
Import config into util.jsm. Fixes issue #NaN.
This commit is contained in:
@@ -12,7 +12,7 @@ Components.utils.import("resource://dactyl/base.jsm");
|
|||||||
defineModule("util", {
|
defineModule("util", {
|
||||||
exports: ["FailedAssertion", "Math", "NS", "Util", "XBL", "XHTML", "XUL", "util"],
|
exports: ["FailedAssertion", "Math", "NS", "Util", "XBL", "XHTML", "XUL", "util"],
|
||||||
require: ["services"],
|
require: ["services"],
|
||||||
use: ["highlight", "storage", "template"]
|
use: ["config", "highlight", "storage", "template"]
|
||||||
});
|
});
|
||||||
|
|
||||||
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
|
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
|
||||||
|
|||||||
Reference in New Issue
Block a user