Reset badge on startup

This commit is contained in:
Lance Stout 2013-09-27 09:55:04 -07:00
parent f21afd2b5d
commit ed894f83c6
1 changed files with 1 additions and 0 deletions

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',