1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-05 03:09:52 +00:00
Radarr/UI/Upcoming/UpcomingItemView.js

12 lines
252 B
JavaScript
Raw Normal View History

2013-02-19 23:45:52 -08:00
'use strict';
define([
'app',
'Upcoming/UpcomingCollection'
2013-02-19 23:45:52 -08:00
], function () {
NzbDrone.Upcoming.UpcomingItemView = Backbone.Marionette.ItemView.extend({
template: 'Upcoming/UpcomingItemTemplate',
tagName : 'tr',
});
});