mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
6 lines
No EOL
173 B
JavaScript
6 lines
No EOL
173 B
JavaScript
var TemplatedCell = require('./TemplatedCell');
|
|
|
|
module.exports = TemplatedCell.extend({
|
|
className : 'series-title-cell',
|
|
template : 'Cells/SeriesTitleTemplate'
|
|
}); |