My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2376: Uncaught TypeError: Cannot read property 'month' of undefined
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Nov 2014


Sign in to add a comment
 
Reported by kinsbrun...@gmail.com, Nov 25, 2014
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
Please try your best to recreate the issue using JSBin:
http://fullcalendar.io/wiki/Reporting-Bugs/

Closing this issue and won't look at it going forward. Please open a new issue.
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting