Radarr/UI/Cells/SeriesTitleCell.js

10 lines
215 B
JavaScript

'use strict';
define(['app', 'Cells/TemplatedCell'], function (App, TemplatedCell) {
return TemplatedCell.extend({
className: 'series-title',
template : 'Cells/SeriesTitleTemplate'
});
});