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

@ -14,6 +14,12 @@ define(
this.cellValue = this._getValue();
this.listenTo(this.model, 'change', this._refresh);
this.listenTo(this.model, "backgrid:edit", function (model, column, cell, editor) {
if (column.get("name") == this.column.get("name")) {
this._startEditing(model, column, cell, editor);
}
});
},
_refresh: function () {