thekingsimo / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

Incorrect call to eventResize in _addResizableToCalEvent #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I ran into a problem when trying to access the element argument in the
eventResize code.  I believe the issue can be addresses by changing the
following line in _addResizableToCalEvent from:

options.eventResize(newCalEvent, calEvent, $calEvent);

to:

options.eventResize(newCalEvent, $calEvent);

Thanks,

Nathan

Original issue reported on code.google.com by nathanwp...@gmail.com on 7 Nov 2009 at 7:11