mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-13 12:31:05 +08:00
Finishing drag and drop off
This commit is contained in:
@@ -121,10 +121,12 @@
|
||||
{
|
||||
title: 'R1: All day',
|
||||
allDay: true,
|
||||
start: new Date(y, m, d, 12, 0),
|
||||
resources: 'resource1'
|
||||
},
|
||||
{
|
||||
title: 'R2: All Day',
|
||||
start: new Date(y, m, d, 12, 0),
|
||||
allDay: true,
|
||||
resources: 'resource2'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user