Remove global updateInbox, used scoped version

// FREEBIE
This commit is contained in:
lilia 2015-09-07 17:32:20 -07:00
parent 949cb8d8e3
commit 0509bb0f5d
3 changed files with 5 additions and 9 deletions

View file

@ -63,10 +63,6 @@
}
};
window.updateInbox = function() { // TODO: remove
ConversationController.updateInbox();
};
ConversationController.updateInbox();
setUnreadCount(storage.get("unreadCount", 0));