From 4860ff32fe55caeea96231eb46c8ce217a684b72 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 6 Oct 2008 16:22:10 +0000 Subject: [PATCH] fix typo in :dialog definition --- content/liberator.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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