From b962531599552cffe102c0ba395983df14d11167 Mon Sep 17 00:00:00 2001 From: teramako Date: Sun, 22 Jul 2012 16:27:08 +0900 Subject: fix: missing comma --- feedSomeKeys_3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feedSomeKeys_3.js') diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js index 82d15ba..30bf52d 100644 --- a/feedSomeKeys_3.js +++ b/feedSomeKeys_3.js @@ -692,7 +692,7 @@ let INFO = <> { literal: 0, options: [ - [['-modes', '-m'], commands.OPTION_LIST] + [['-modes', '-m'], commands.OPTION_LIST], [['-urls', '-u'], commands.OPTION_STRING, regexpValidator, urlCompleter({})], [['-ignoreurls', '-iu'], commands.OPTION_NOARG] ], -- cgit v1.2.3