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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user