Rename event

'open' seems a better name for an event that triggers the open function.
This commit is contained in:
lilia 2015-01-17 20:07:50 -10:00
parent ed06161ee7
commit f6376c0fa2
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
this.conversations.fetchActive({reset: true}).then(function() {
if (this.conversations.length) {
this.conversations.at(0).trigger('render');
this.conversations.at(0).trigger('open');
}
}.bind(this));