mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 18:30:45 +00:00
12 lines
No EOL
252 B
JavaScript
12 lines
No EOL
252 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app',
|
|
'Upcoming/UpcomingCollection'
|
|
|
|
], function () {
|
|
NzbDrone.Upcoming.UpcomingItemView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Upcoming/UpcomingItemTemplate',
|
|
tagName : 'tr',
|
|
});
|
|
}); |