Correct all day event (#2438)

pull/2447/head
Ppojin 2019-12-11 16:01:25 +09:00 committed by Raphael Jackstadt
parent a67b6b8d10
commit 22436d9cd2
1 changed files with 2 additions and 1 deletions

View File

@ -903,7 +903,8 @@
title : 'All Day Event', title : 'All Day Event',
start : new Date(y, m, 1), start : new Date(y, m, 1),
backgroundColor: '#f56954', //red backgroundColor: '#f56954', //red
borderColor : '#f56954' //red borderColor : '#f56954', //red
allDay : true
}, },
{ {
title : 'Long Event', title : 'Long Event',