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

Because I can.

This commit is contained in:
Kris Maglione
2011-08-21 00:47:18 -04:00
parent cef61c8733
commit 1607affa58
19 changed files with 802 additions and 786 deletions

View File

@@ -13,7 +13,7 @@ Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("io", {
exports: ["IO", "io"],
require: ["services"],
use: ["config", "messages", "storage", "styles", "template", "util"]
use: ["config", "help", "messages", "storage", "styles", "template", "util"]
}, this);
// TODO: why are we passing around strings rather than file objects?
@@ -174,7 +174,7 @@ var IO = Module("io", {
util.flushCache();
dactyl.loadScript(uri.spec, context);
dactyl.helpInitialized = false;
help.initialized = false;
}
catch (e) {
if (e.fileName)