mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
Merge branch 'master' of https://github.com/seankenny/fullcalendar
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
defaultView: 'resourceDay',
|
||||
editable: true,
|
||||
droppable: true,
|
||||
drop: function (dt, allDay, ev, ui, view, b, ctx, e) {
|
||||
drop: function (dt, allDay, ev, ui, view) {
|
||||
console.log('drop', dt, allDay, ev);
|
||||
},
|
||||
header: {
|
||||
|
||||
Reference in New Issue
Block a user