1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-13 09:56:01 +00:00
Sonarr/UI/Upcoming/UpcomingItemView.js
2013-04-10 18:24:34 -07:00

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',
});
});