Series detials fixes

Fixed: Adding a new series and going to series details will show data after information is fetched
Fixed: Series details won't reload view after update
This commit is contained in:
Mark McDowall
2014-11-06 07:34:15 -08:00
parent 48ec113598
commit b6fc490b89
6 changed files with 87 additions and 34 deletions
+4
View File
@@ -7,6 +7,10 @@ define(
defaults: {
seasonNumber: 0
},
initialize: function () {
this.set('id', this.get('seasonNumber'));
}
});
});