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