1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-06 00:35:45 +01:00

Kill :dia import.

This commit is contained in:
Kris Maglione
2011-10-05 05:00:31 -04:00
parent 35bc2fb201
commit f7493160ca
8 changed files with 20 additions and 11 deletions

View File

@@ -15,10 +15,12 @@
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("sanitizer", {
exports: ["Range", "Sanitizer", "sanitizer"],
require: ["config", "prefs", "services", "storage", "template", "util"]
require: ["config", "prefs", "services", "util"]
}, this);
this.lazyRequire("messages", ["_"]);
this.lazyRequire("storage", ["storage"]);
this.lazyRequire("template", ["teplate"]);
let tmp = {};
JSMLoader.loadSubScript("chrome://browser/content/sanitize.js", tmp);