Skip to content

Commit

Permalink
Fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
danallison committed Jul 16, 2017
1 parent 1635b31 commit 971b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -41136,7 +41136,7 @@ calculist.register('commandTypeahead', ['_','eventHub'], function (_, eventHub)
// which is why they are added conditionally.
availableCommands.push(
'new list ""','goto list','go home','follow link',
'share list with ""','stop sharing list','stop sharing list with ""',
'share list with ""','stop sharing list','stop sharing list with ""'
);
_.each(window.OTHER_LISTS, function (otherList) {
availableCommands.push('goto list "' + otherList.title + '"');
Expand Down

0 comments on commit 971b2d6

Please sign in to comment.