1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 17:22:22 -05:00

Reset badge on startup

This commit is contained in:
Lance Stout 2013-09-27 09:55:04 -07:00
parent f21afd2b5d
commit ed894f83c6

View File

@ -11,6 +11,7 @@ module.exports = HumanView.extend({
template: templates.body,
initialize: function () {
this.listenTo(app.state, 'change:title', this.handleTitle);
this.handleTitle();
},
events: {
'click a[href]': 'handleLinkClick',