1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 07:24:13 +01:00

Fix loading components after XPI update.

This commit is contained in:
Kris Maglione
2011-01-13 19:59:21 -05:00
parent e2b89a6af3
commit 967a213019
3 changed files with 16 additions and 9 deletions

View File

@@ -9,8 +9,9 @@
try {
Components.utils.import("resource://dactyl/bootstrap.jsm");
let frag=1;
defineModule("util", {
exports: ["FailedAssertion", "Math", "NS", "Point", "Util", "XBL", "XHTML", "XUL", "util"],
exports: ["frag", "FailedAssertion", "Math", "NS", "Point", "Util", "XBL", "XHTML", "XUL", "util"],
require: ["services"],
use: ["config", "highlight", "storage", "template"]
}, this);