abletech / fullcalendar

Full-sized drag & drop event calendar (jQuery plugin)
http://arshaw.com/fullcalendar/
MIT License
23 stars 13 forks source link

clientResources fails when trying to find resource by id #9

Closed jmarquesh closed 11 years ago

jmarquesh commented 11 years ago

The function clientResources(filter) is trying to find resources by id doing this:

return e._id == filter;

However e._id is undefined. The object e only has the properties id, name and color.

josephleniston commented 11 years ago

Fixed