Calendar defaults to week view

This commit is contained in:
Mark McDowall 2013-06-06 18:46:16 -07:00
commit 1fb944976e
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ define(['app', 'Calendar/CalendarItemView'], function () {
},
onCompositeCollectionRendered: function () {
$(this.ui.calendar).empty().fullCalendar({
defaultView : 'basicWeek',
allDayDefault : false,
ignoreTimezone: false,
weekMode : 'variable',