Merge pull request #288 from arsh-co/master

Set immediate to true when calling _.debounce
This commit is contained in:
JC Brand 2014-12-12 15:37:21 +01:00
commit cbfd8d8e90

View File

@ -3091,7 +3091,7 @@
this.model.messages.off('add',null,this);
this.remove();
this.model.maximize();
}, 200)
}, 200, true)
});
this.MinimizedChats = Backbone.Overview.extend({