1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 02:12:27 +01:00

Non-broken :dia downloads.

This commit is contained in:
Kris Maglione
2011-10-05 05:11:35 -04:00
parent bb0c5d3e95
commit 6a60b54cce
2 changed files with 2 additions and 2 deletions

View File

@@ -457,7 +457,7 @@ var Help = Module("Help", {
function () { modules.ex.helpall(); });
},
javascript: function init_javascript(dactyl, modules, window) {
modules.JavaScript.setCompleter([this.exportHelp],
modules.JavaScript.setCompleter([modules.help.exportHelp],
[function (context, args) overlay.activeModules.completion.file(context)]);
}
});