1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/UI/Series/Index/EmptyView.js

13 lines
209 B
JavaScript
Raw Normal View History


'use strict';
2013-04-23 17:30:25 -07:00
define(
[
'marionette'
], function (Marionette) {
2013-04-23 17:30:25 -07:00
return Marionette.CompositeView.extend({
template: 'Series/Index/EmptyTemplate'
});
2013-04-23 17:30:25 -07:00
});