parent
b2bed9c51c
commit
cdd139b44c
1 changed files with 4 additions and 2 deletions
|
@ -123,8 +123,10 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
viewMembers: function() {
|
viewMembers: function() {
|
||||||
var view = new Whisper.GroupMemberList({ model: this.model });
|
return this.model.fetchContacts().then(function() {
|
||||||
this.listenBack(view);
|
var view = new Whisper.GroupMemberList({ model: this.model });
|
||||||
|
this.listenBack(view);
|
||||||
|
}.bind(this));
|
||||||
},
|
},
|
||||||
|
|
||||||
openInbox: function() {
|
openInbox: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue