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

@ -19,7 +19,5 @@ define(
});
var collection = new Collection();
collection.fetch();
return collection;
});