Remove unused function
This commit is contained in:
parent
21aaf0fab5
commit
3bc64cbed5
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue