2013-06-22 09:24:24 +03:00
|
|
|
'use strict';
|
2013-06-09 23:51:32 +03:00
|
|
|
define(['app', 'Cells/TemplatedCell'], function () {
|
|
|
|
NzbDrone.Cells.QualityCell = NzbDrone.Cells.TemplatedCell.extend({
|
|
|
|
|
|
|
|
className: 'quality-cell',
|
|
|
|
template : 'Cells/QualityTemplate'
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|