mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 08:22:28 +01:00
Replace expression closures (command/option/mapping definitions).
Expression closures are to be axed. See https://bugzil.la/1083458.
This commit is contained in:
@@ -429,7 +429,9 @@ var Help = Module("Help", {
|
||||
}, {
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function (context) completion.help(context, consolidated),
|
||||
completer: function (context) {
|
||||
completion.help(context, consolidated);
|
||||
},
|
||||
literal: 0
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user