Stop double fecthing the collection on first load of series page

pull/4/head
Mark McDowall 11 years ago
parent 7ebc9e3980
commit 693dd8f622

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

Loading…
Cancel
Save