1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-12 01:16:51 +00:00
Sonarr/UI/Series/Index/EmptySeriesIndexView.js

8 lines
218 B
JavaScript
Raw Normal View History

2013-04-23 00:35:04 +00:00
'use strict';
define(['app'], function (app) {
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptySeriesIndexTemplate'
});
});