series collection is now loaded on app start.

This commit is contained in:
Keivan Beigi 2013-08-01 17:24:00 -07:00
parent f44ef2ff5e
commit 1f7d57c2c2
5 changed files with 19 additions and 26 deletions

View file

@ -174,10 +174,6 @@ define(
},
_fetchCollection: function () {
if (SeriesCollection.length === 0) {
this.seriesRegion.show(new LoadingView());
}
SeriesCollection.fetch();
},