Radarr/src/UI/Cells/SeriesTitleCell.js
2013-10-02 18:01:32 -07:00

12 lines
242 B
JavaScript

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