Refactor 2

This commit is contained in:
Chi Vinh Le
2017-11-09 19:03:01 +01:00
parent 63b6315435
commit e885178dfc
9 changed files with 170 additions and 108 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ module.exports = {
.ready();
comments
.openLoginPopup((login) => {
login.register(user);
.openLoginPopup((popup) => {
popup.register(user);
});
},
'user posts a comment': (client) => {