1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 23:35:47 +01:00

Add messages.export.

This commit is contained in:
Kris Maglione
2011-10-05 04:29:33 -04:00
parent b9ecc8a1f0
commit 35bc2fb201
2 changed files with 50 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ defineModule("help", {
require: ["cache", "dom", "javascript", "protocol", "services", "util"]
}, this);
this.lazyRequire("completion", ["completion"]);
this.lazyRequire("overlay", ["overlay"]);
var HelpBuilder = Class("HelpBuilder", {
init: function init() {
try {
@@ -398,7 +401,7 @@ var Help = Module("Help", {
if (zip)
zip.close();
}, [function (context, args) completion.file(context)]),
}, [function (context, args) overlay.activeModules.completion.file(context)]),
})
}, {