From 38a8d827355cc3355270ab138cf7bef19b1e8597 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 31 Mar 2018 20:29:17 +0300 Subject: Fix lint errors. --- client/components/swimlanes/swimlanes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/components') diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index 4f6bcf76..f37e1e9c 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/client/components/swimlanes/swimlanes.js @@ -10,7 +10,7 @@ function currentCardIsInThisList(listId, swimlaneId) { return currentCard && currentCard.listId === listId && currentCard.swimlaneId === swimlaneId; else return false; -}; +} function initSortable(boardComponent, $listsDom) { // We want to animate the card details window closing. We rely on CSS @@ -78,7 +78,7 @@ function initSortable(boardComponent, $listsDom) { MultiSelection.isActive() || !userIsMember()); } }); -}; +} BlazeComponent.extendComponent({ onRendered() { -- cgit v1.2.3-1-g7c22