1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 18:52:20 -05:00

Try avoiding error with macgap

This commit is contained in:
Lance Stout 2013-09-27 10:05:29 -07:00
parent 4c16d8321e
commit 64e2f1ed5e

View File

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