2013-04-24 05:56:51 +00:00
|
|
|
|
'use strict';
|
|
|
|
|
define(['app'], function () {
|
|
|
|
|
NzbDrone.Series.Index.EmptySeriesCollectionView = Backbone.Marionette.CompositeView.extend({
|
|
|
|
|
template: 'Series/Index/EmptySeriesIndexTemplate'
|
|
|
|
|
});
|
2013-06-19 01:02:23 +00:00
|
|
|
|
|
|
|
|
|
return NzbDrone.Series.Index.EmptySeriesCollectionView;
|
2013-04-24 05:56:51 +00:00
|
|
|
|
});
|