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:
parent
4c16d8321e
commit
64e2f1ed5e
@ -11,7 +11,7 @@ module.exports = HumanView.extend({
|
|||||||
template: templates.body,
|
template: templates.body,
|
||||||
initialize: function () {
|
initialize: function () {
|
||||||
this.listenTo(app.state, 'change:title', this.handleTitle);
|
this.listenTo(app.state, 'change:title', this.handleTitle);
|
||||||
this.handleTitle();
|
window.macgap.dock.badge = '';
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
'click a[href]': 'handleLinkClick',
|
'click a[href]': 'handleLinkClick',
|
||||||
|
Loading…
Reference in New Issue
Block a user