summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authoramadilsons <joao.amado.95@gmail.com>2017-09-29 14:23:54 +0200
committeramadilsons <joao.amado.95@gmail.com>2017-09-29 14:23:54 +0200
commite03f2102de5d5e47c997058d4f2c86c3ff2a1373 (patch)
tree59733f106ecd7260fb0664f3c7e051c63245472d /client/components
parent4a20208d95134ba26d2e9fdba3d1e7a4329eb451 (diff)
downloadwekan-e03f2102de5d5e47c997058d4f2c86c3ff2a1373.tar.gz
wekan-e03f2102de5d5e47c997058d4f2c86c3ff2a1373.tar.bz2
wekan-e03f2102de5d5e47c997058d4f2c86c3ff2a1373.zip
fixed linting error
Diffstat (limited to 'client/components')
-rw-r--r--client/components/cards/checklists.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/checklists.js b/client/components/cards/checklists.js
index 030711bc..1cd77c9f 100644
--- a/client/components/cards/checklists.js
+++ b/client/components/cards/checklists.js
@@ -113,7 +113,7 @@ BlazeComponent.extendComponent({
this.toggleDeleteDialog.set(false);
}
},
-
+
deleteItem() {
const checklist = this.currentData().checklist;
const item = this.currentData().item;