| Issue 2376: | Uncaught TypeError: Cannot read property 'month' of undefined | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi guys,
I have been struggling my head with the issue I am reporting for the last 5 days.
I have started working over latest version (2.2) in order to have it integrated with MySQL DB.
Inside the eventDrop method, I am trying to do a post and, no matter what I put, I am getting the following error: "Uncaught TypeError: Cannot read property 'month' of undefined" (moment.min.js:6).
The exact piece of code I have under this method is the following:
eventDrop: function( event, delta, revertFunc, jsEvent, ui, view )
{
$.post(opt.ajaxUpdate, event, function(response)
{
$(opt.calendarSelector).fullCalendar('refetchEvents');
});
},
Could someone help me to solve this out??
Many thanks in advance.
Regards.
Alejandro.
Nov 25, 2014
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |