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