Ongoing rewrite work

This commit is contained in:
Jamie Curnow
2018-07-09 11:22:10 +10:00
parent 30924a6922
commit 54d220a191
72 changed files with 3656 additions and 113 deletions
+4
View File
@@ -51,5 +51,9 @@ module.exports = Mn.View.extend({
return 'Sign out';
}
},
initialize: function () {
this.listenTo(Cache.User, 'change', this.render);
}
});