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

11 lines
236 B
JavaScript
Raw Normal View History

2013-04-24 02:30:25 +02:00
'use strict';
2013-05-02 00:42:30 +02:00
define(['app'], function () {
2013-04-24 02:30:25 +02:00
NzbDrone.Series.Index.EmptyView = Backbone.Marionette.CompositeView.extend({
template: 'Series/Index/EmptyTemplate'
});
2013-06-19 03:02:23 +02:00
return NzbDrone.Series.Index.EmptyView;
2013-05-02 00:42:30 +02:00
});