mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 09:47:39 +00:00
12 lines
No EOL
254 B
JavaScript
12 lines
No EOL
254 B
JavaScript
'use strict';
|
|
|
|
define([
|
|
'app',
|
|
'Calendar/UpcomingCollection'
|
|
|
|
], function () {
|
|
NzbDrone.Calendar.UpcomingItemView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Calendar/UpcomingItemTemplate',
|
|
tagName : 'div'
|
|
});
|
|
}); |