1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 16:14:12 +01:00

Fix problem with last commit.

This commit is contained in:
Kris Maglione
2011-02-19 00:39:44 -05:00
parent 34c0c5a10e
commit 18f9b6908d
2 changed files with 2 additions and 1 deletions

View File

@@ -266,6 +266,7 @@ var MOW = Module("mow", {
* and what they do.
*/
updateMorePrompt: function updateMorePrompt(force, showHelp) {
util.dump("\n"); modes.dumpStack(); util.dumpStack(); util.dump("\n");
if (!this.visible || !isinstance(modes.main, modes.OUTPUT_MULTILINE))
return this.widgets.message = null;

View File

@@ -6,7 +6,7 @@
Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("storage", {
exports: ["File", "storage"],
exports: ["File", "Storage", "storage"],
require: ["services", "util"]
}, this);