Remove unused function

This commit is contained in:
lilia 2015-08-27 15:01:37 -07:00
parent 21aaf0fab5
commit 3bc64cbed5

View file

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