diff options
author | amadilsons <joao.amado.95@gmail.com> | 2017-09-29 14:23:54 +0200 |
---|---|---|
committer | amadilsons <joao.amado.95@gmail.com> | 2017-09-29 14:23:54 +0200 |
commit | e03f2102de5d5e47c997058d4f2c86c3ff2a1373 (patch) | |
tree | 59733f106ecd7260fb0664f3c7e051c63245472d /client | |
parent | 4a20208d95134ba26d2e9fdba3d1e7a4329eb451 (diff) | |
download | wekan-e03f2102de5d5e47c997058d4f2c86c3ff2a1373.tar.gz wekan-e03f2102de5d5e47c997058d4f2c86c3ff2a1373.tar.bz2 wekan-e03f2102de5d5e47c997058d4f2c86c3ff2a1373.zip |
fixed linting error
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/checklists.js | 2 |
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; |