From 64e2f1ed5efb5f1700942d7985b612a54c309545 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 27 Sep 2013 10:05:29 -0700 Subject: [PATCH] Try avoiding error with macgap --- clientapp/views/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientapp/views/main.js b/clientapp/views/main.js index 30dd047..85ab82c 100644 --- a/clientapp/views/main.js +++ b/clientapp/views/main.js @@ -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',