1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-06 11:40:00 +00:00
Sonarr/UI/Series/Index/FooterView.js

10 lines
208 B
JavaScript
Raw Normal View History

'use strict';
2013-07-27 10:48:45 -07:00
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
});
});