소스 검색

Fix lint errors.

Lauri Ojansivu 7 년 전
부모
커밋
38a8d82735
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/components/swimlanes/swimlanes.js

+ 2 - 2
client/components/swimlanes/swimlanes.js

@@ -10,7 +10,7 @@ function currentCardIsInThisList(listId, swimlaneId) {
     return currentCard && currentCard.listId === listId && currentCard.swimlaneId === swimlaneId;
     return currentCard && currentCard.listId === listId && currentCard.swimlaneId === swimlaneId;
   else
   else
     return false;
     return false;
-};
+}
 
 
 function initSortable(boardComponent, $listsDom) {
 function initSortable(boardComponent, $listsDom) {
   // We want to animate the card details window closing. We rely on CSS
   // We want to animate the card details window closing. We rely on CSS
@@ -78,7 +78,7 @@ function initSortable(boardComponent, $listsDom) {
         MultiSelection.isActive() || !userIsMember());
         MultiSelection.isActive() || !userIsMember());
     }
     }
   });
   });
-};
+}
 
 
 BlazeComponent.extendComponent({
 BlazeComponent.extendComponent({
   onRendered() {
   onRendered() {