Stop double fecthing the collection on first load of series page

This commit is contained in:
Mark McDowall 2013-12-03 17:51:40 -08:00 committed by Mark McDowall
parent 4e97107c61
commit 86ffaaf57d
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ define(
onShow: function () {
this._showToolbar();
this._renderView();
this._fetchCollection();
},
_fetchCollection: function () {