Lidarr/UI/Cells/SeriesTitleCell.js

13 lines
242 B
JavaScript

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