1
0
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:
Kris Maglione
2010-12-29 23:51:07 -05:00
parent 1de88a4016
commit 6b41435f30

View File

@@ -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");