Fixed event binding for episode file collection on episode modal

pull/4/head
Mark McDowall 11 years ago
parent d4a9bd25bd
commit 149f94b006

@ -93,7 +93,7 @@ define(
});
}
this.listenTo(this.episodeFileCollection, 'all', this._collectionChanged);
this.listenTo(this.episodeFileCollection, 'add remove', this._collectionChanged);
}
else {

Loading…
Cancel
Save