1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-27 18:30:45 +00:00
Radarr/UI/Series/Index/EmptySeriesIndexView.js
2013-06-18 18:02:23 -07:00

8 lines
277 B
JavaScript

'use strict';
define(['app'], function () {
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptySeriesIndexTemplate'
});
return NzbDrone.Series.Index.EmptySeriesCollectionView;
});