mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Fix lint errors.
This commit is contained in:
parent
42a4ca3678
commit
38a8d82735
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue