mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 18:55:46 +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", {
|
||||
exports: ["FailedAssertion", "Math", "NS", "Util", "XBL", "XHTML", "XUL", "util"],
|
||||
require: ["services"],
|
||||
use: ["highlight", "storage", "template"]
|
||||
use: ["config", "highlight", "storage", "template"]
|
||||
});
|
||||
|
||||
var XBL = Namespace("xbl", "http://www.mozilla.org/xbl");
|
||||
|
||||
Reference in New Issue
Block a user