options.calendarBeforeLoad is not a function
[Break on this error] options.calendarBeforeLoad(self.element);
(line 456)
same thing happens for options.calendarAfterLoad
adding these two empty line in my init call:
,calendarBeforeLoad: function() {}
,calendarAfterLoad: function() {}
finally gets us rid of the errors but then an empty calendar displays.
Anyone have a clue?
Original issue reported on code.google.com by matdu...@gmail.com on 25 Mar 2010 at 8:21
Original issue reported on code.google.com by
matdu...@gmail.com
on 25 Mar 2010 at 8:21Attachments: