mbrevoort / jquery-facebook-multi-friend-selector

A jQuery based Alternative Facebook Multi-Friend Selector that uses the Graph API
Other
266 stars 64 forks source link

Code fails to select with jquery 1.5 on firefox #9

Closed liorsion closed 13 years ago

liorsion commented 13 years ago

Sorry I didn't have time to test further details on other browsers at this time, but the code failed to work with the new jquery (1.5 and 1.5.1) on firefox. The problem was with empty arrays (the first selection) and usage of the size() function in 3 places. When changed to .length instead it works - this is the pull request.