Objects with length properties weren't getting serialized properly by jQuery.param...
authorJohn Resig <jeresig@gmail.com>
Mon, 25 Jan 2010 05:46:03 +0000 (00:46 -0500)
committerJohn Resig <jeresig@gmail.com>
Mon, 25 Jan 2010 05:46:03 +0000 (00:46 -0500)
commitf91b944cabf7be9aadb40ffe35fce76b50f5f25f
tree58ba8068bdba2806cfa1b14813738f78c4c728f7
parent76236a15062aa82a4841748e9071eb3c9535ef62
Objects with length properties weren't getting serialized properly by jQuery.param(). Fixes #5862.
src/ajax.js
test/unit/ajax.js