1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 00:11:46 +02:00
Radarr/UI/Series/Index/EmptyView.js
2013-06-18 18:02:23 -07:00

11 lines
236 B
JavaScript

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