Issue 40: Bug when setting className to an array
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by yowza...@gmail.com, Jun 16, 2009
The problem can be duplicated by editing the gcal.html example file to have
this for the className:

    events: $.fullCalendar.gcalFeed(

       
'http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic',
        {draggable: false, className: ['mygcal','gcal']}
    ),

Then view the page, and you'll see the markup has this in it:

<table class="event mygcal,gcal" style="position: absolute; top: 253px;
left: 2px; width: 123px; z-index: 3;">

Obviously, that comma shouldn't be there!


Jun 29, 2009
Project Member #1 adamrs...@gmail.com
fixed this in 1.2.1. thanks!
Status: Fixed
Aug 13, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released