Fixed: Exception when navigating away from series details view while it is still loading

This commit is contained in:
Mark McDowall
2014-11-14 07:34:09 -08:00
parent 7af9748ff3
commit 4665682ea6
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -214,7 +214,9 @@ define(
series : self.model
});
self.seasons.show(seasonCollectionView);
if (!self.isClosed) {
self.seasons.show(seasonCollectionView);
}
});
},