mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 23:57:59 +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:
@@ -860,7 +860,9 @@ var JavaScript = Module("javascript", {
|
||||
}, {
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function (context) modules.completion.javascript(context),
|
||||
completer: function (context) {
|
||||
modules.completion.javascript(context);
|
||||
},
|
||||
hereDoc: true,
|
||||
literal: 0
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user