Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
teramako committed Jul 22, 2012
1 parent 77129ef commit b962531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedSomeKeys_3.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
],
Expand Down

0 comments on commit b962531

Please sign in to comment.