Minor UI tweaks

This commit is contained in:
Mark McDowall 2013-02-27 20:48:31 -08:00
commit a80c2fb1f3
7 changed files with 7 additions and 11 deletions

View file

@ -10,7 +10,7 @@ define(['app', 'Calendar/CalendarItemView'], function (app) {
calendar: '#calendar'
},
initialize: function (context, collection) {
initialize: function (context, action, query, collection) {
this.collection = collection;
this.calendar = new NzbDrone.Calendar.CalendarCollection();
},