finished add series,

still has a few rough edges but should be functional.
This commit is contained in:
Keivan Beigi 2013-05-27 19:05:34 -07:00
commit 465dc725c8
11 changed files with 74 additions and 59 deletions

View file

@ -47,12 +47,3 @@ Marionette.ItemView.prototype.render = function () {
return result;
};
Marionette.CollectionView.prototype.render = function () {
if (this.model) {
NzbDrone.ModelBinder.bind(this.model, this.el);
}
return oldItemCollectionViewRender.apply(this, arguments);
};