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