Browse Source

missing coma

Béranger Campardou 8 years ago
parent
commit
5eda2c80f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/lists/listHeader.js

+ 1 - 1
client/components/lists/listHeader.js

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