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