remove unused argument

This commit is contained in:
lilia 2015-07-07 16:03:12 -07:00
parent 8745424d3a
commit 3cbe4f1f46
2 changed files with 4 additions and 4 deletions

View file

@ -162,8 +162,8 @@
}
},
fetchMessages: function(options) {
return this.messageCollection.fetchConversation(this.id, options);
fetchMessages: function() {
return this.messageCollection.fetchConversation(this.id);
},
fetchContacts: function(options) {