diff --git a/content/liberator.js b/content/liberator.js index 0822c6f2..c44ac1e1 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -185,14 +185,12 @@ const liberator = (function () //{{{ } }, { + argCount: "1", + bang: true, completer: function (filter) { return [0, liberator.completion.filter(liberator.config.dialogs || [], filter)]; } - }, - { - argCount: "1", - bang: true }); // TODO: move this