Merge branch 'develop' into develop

This commit is contained in:
Michael Teeuw
2019-03-18 16:08:13 +01:00
committed by GitHub
4 changed files with 6 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ var CalendarFetcher = function(url, reloadInterval, excludedEvents, maximumEntri
/* isFullDayEvent(event)
* Checks if an event is a fullday event.
*
* argument event obejct - The event object to check.
* argument event object - The event object to check.
*
* return bool - The event is a fullday event.
*/