started Inline edit of quality for episode file

This commit is contained in:
Mark McDowall 2013-08-20 16:35:19 -07:00
commit f9437baf80
7 changed files with 95 additions and 8 deletions

View file

@ -7,7 +7,6 @@ define(
], function (Marionette, NzbDroneCell) {
return NzbDroneCell.extend({
render: function () {
var templateName = this.column.get('template') || this.template;
@ -17,6 +16,7 @@ define(
var html = this.templateFunction(data);
this.$el.html(html);
this.delegateEvents();
return this;
}
});