diff options
Diffstat (limited to 'client/components/boards/boardList.js')
-rw-r--r-- | client/components/boards/boardList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardList.js b/client/components/boards/boardList.js index 9529af69..f902cc84 100644 --- a/client/components/boards/boardList.js +++ b/client/components/boards/boardList.js @@ -29,7 +29,7 @@ BlazeComponent.extendComponent({ 'click .js-star-board': function(evt) { Meteor.user().toggleBoardStar(this._id); evt.preventDefault(); - }, + } }]; } }).register('boardList'); |