missing coma

This commit is contained in:
Béranger Campardou 2017-01-13 11:05:31 +01:00
parent 64e36d4827
commit 5eda2c80f8

View file

@ -56,5 +56,5 @@ Template.listActionPopup.events({
const currentList = this;
evt.preventDefault();
Lists.remove(currentList._id);
}
},
});