Remove unused function

pull/749/head
lilia 10 years ago
parent 21aaf0fab5
commit 3bc64cbed5

@ -67,11 +67,6 @@
});
});
},
findById: function(id) {
var conversation = conversations.add({id: id});
conversation.fetch();
return conversation;
},
updateInbox: function() {
conversations.fetchActive().then(function() {
inbox.reset(conversations.filter(function(model) {

Loading…
Cancel
Save