Improve fixtures, restore InboxView rendering on the test page (#1562)

This commit is contained in:
Scott Nonnenberg 2017-10-13 16:48:50 -07:00 committed by GitHub
parent 151d1797db
commit 61a2a1a8f8
4 changed files with 55 additions and 14 deletions

View file

@ -154,6 +154,10 @@
loadPromise: function() {
return this._initialPromise;
},
reset: function() {
this._initialPromise = null;
conversations.reset([]);
},
load: function() {
console.log('ConversationController: starting initial fetch');
if (this._initialPromise) {