1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 05:15:46 +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

@@ -10,7 +10,7 @@ let global = this;
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("config", {
exports: ["ConfigBase", "Config", "config"],
require: ["dom", "protocol", "services", "storage", "util", "template"]
require: ["dom", "io", "protocol", "services", "util", "template"]
}, this);
this.lazyRequire("addons", ["AddonManager"]);
@@ -18,6 +18,7 @@ this.lazyRequire("cache", ["cache"]);
this.lazyRequire("highlight", ["highlight"]);
this.lazyRequire("messages", ["_"]);
this.lazyRequire("prefs", ["localPrefs", "prefs"]);
this.lazyRequire("storage", ["storage", "File"]);
function AboutHandler() {}
AboutHandler.prototype = {