KronolithCore = {
// Vars used and defaulting to null/false:
// DMenu, Growler, inAjaxCallback, is_logout, weekSizes, daySizes,
- // viewLoading, groupLoading, freeBusy, colorPicker, duration, timeMarker
+ // viewLoading, groupLoading, colorPicker, duration, timeMarker
view: '',
ecache: $H(),
mapMarker: null,
map: null,
mapInitialized: false,
+ freeBusy: $H(),
search: 'future',
effectDur: 0.4,
macos: navigator.appVersion.indexOf('Mac') !=- 1,
}
/* Attendees */
- this.freeBusy = $H();
if (this.attendeeStartDateHandler) {
$('kronolithEventStartDate').stopObserving('change', this.attendeeStartDateHandler);
}