diff options
Diffstat (limited to 'common/content/events.js')
-rw-r--r-- | common/content/events.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/events.js b/common/content/events.js index c3c1ebd5..095d0b8f 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1620,6 +1620,7 @@ var Events = Module("events", { else dactyl.echoerr(_("error.argumentRequired")); }, { + argCount: "?", bang: true, completer: function (context) completion.macro(context), literal: 0 |