浏览代码

missing coma

Béranger Campardou 8 年之前
父节点
当前提交
5eda2c80f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
-  }
+  },
 });