Commit cbfd8d8e authored by JC Brand's avatar JC Brand

Merge pull request #288 from arsh-co/master

Set immediate to true when calling _.debounce
parents cb09801f 5424e301
......@@ -3091,7 +3091,7 @@
this.model.messages.off('add',null,this);
this.remove();
this.model.maximize();
}, 200)
}, 200, true)
});
this.MinimizedChats = Backbone.Overview.extend({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment