igorsoaresassis / jmonthcalendar

Automatically exported from code.google.com/p/jmonthcalendar
Other
0 stars 0 forks source link

Missing semicolon #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
    jQuery.J.ReplaceEventCollection = function(eventCollection) {
        if(eventCollection) {
            calendarEvents = []   <-------- right here
            calendarEvents = eventCollection;
        }

Just thought I'd note that.

Original issue reported on code.google.com by insolen...@gmail.com on 3 Aug 2009 at 4:01

GoogleCodeExporter commented 8 years ago

Original comment by k.leneau@gmail.com on 12 Aug 2009 at 7:25