mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
QualityCell editing cleanup
This commit is contained in:
parent
7c915bd522
commit
5327068557
3 changed files with 9 additions and 16 deletions
|
@ -8,10 +8,6 @@ define(
|
|||
|
||||
className: 'quality-cell',
|
||||
template : 'Cells/QualityCellTemplate',
|
||||
editor : QualityCellEditor,
|
||||
|
||||
_startEditing: function (model, column, cell, editor) {
|
||||
editor._setOptions({ cell: cell });
|
||||
}
|
||||
editor : QualityCellEditor
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue