MochiKit.Base.serializeJSON fails for objects with a 'length' property

This method used an 'is array like'-like check, instead of a strict 'is
array' check. The provided patch replaces the if-statement with the isArray
checks as implemented in Prototype.js and jQuery. This does not break
existing functionality, but prevents the errors for objects with a lenght
property. These are now correctly added to the JSON string as objects.

-- 
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en.

Attachment: 329.patch
Description: Binary data

Reply via email to