1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 10:28:08 +00:00
Lidarr/UI/Series/Index/FooterView.js

10 lines
211 B
JavaScript
Raw Normal View History

2013-07-27 10:48:45 -07:00
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.CompositeView.extend({
2013-07-28 18:12:34 -07:00
template: 'Series/Index/FooterViewTemplate'
2013-07-27 10:48:45 -07:00
});
});