QualityCell editing cleanup

This commit is contained in:
Mark McDowall 2013-08-21 08:24:09 -07:00
commit 5327068557
3 changed files with 9 additions and 16 deletions

View file

@ -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
});
});