mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
10 lines
211 B
JavaScript
10 lines
211 B
JavaScript
|
'use strict';
|
|||
|
define(
|
|||
|
[
|
|||
|
'marionette'
|
|||
|
], function (Marionette) {
|
|||
|
return Marionette.CompositeView.extend({
|
|||
|
template: 'Series/Index/LegendViewTemplate'
|
|||
|
});
|
|||
|
});
|