浏览代码

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;
   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() {