Finishing drag and drop off

This commit is contained in:
Sean Kenny
2014-08-12 19:56:24 +01:00
parent 7275fe1fe5
commit 2a37ffe985
3 changed files with 133 additions and 309 deletions
+2
View File
@@ -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'
},