Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2018-03-31 20:29:17 +03:00
parent 42a4ca3678
commit 38a8d82735

View file

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