Rename event
'open' seems a better name for an event that triggers the open function.
This commit is contained in:
parent
ed06161ee7
commit
f6376c0fa2
4 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue