mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
updated backbone, marionette, sugar, underscore, modelbinder, bootstrap.switch
This commit is contained in:
@@ -10,8 +10,8 @@ define(['app', 'Calendar/CalendarItemView'], function () {
|
||||
calendar: '#calendar'
|
||||
},
|
||||
|
||||
initialize : function (context, action, query, collection) {
|
||||
this.collection = collection;
|
||||
initialize : function () {
|
||||
//should use this.collection?
|
||||
this.calendar = new NzbDrone.Calendar.CalendarCollection();
|
||||
},
|
||||
onCompositeCollectionRendered: function () {
|
||||
|
||||
Reference in New Issue
Block a user