fixed linting error

This commit is contained in:
amadilsons 2017-09-29 14:23:54 +02:00
parent 4a20208d95
commit e03f2102de

View file

@ -113,7 +113,7 @@ BlazeComponent.extendComponent({
this.toggleDeleteDialog.set(false);
}
},
deleteItem() {
const checklist = this.currentData().checklist;
const item = this.currentData().item;