Leave result of _getMoreChannels unitialized if it does not yet exist in browser storage to know when list of more channels is loading vs when its empty

Этот коммит содержится в:
Reed Garmsen
2015-07-09 16:25:57 -07:00
родитель ceb243fbb2
Коммит 95a1540dff
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@@ -209,10 +209,6 @@ var ChannelStore = assign({}, EventEmitter.prototype, {
catch (err) {
}
if (channels == null) {
channels = [];
}
return channels;
},
_storeExtraInfos: function(extraInfos) {