1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/UI/Series/Index/EmptyView.js
2013-04-23 17:30:25 -07:00

8 lines
191 B
JavaScript

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