Matt Kruse wrote:
> This appears to be a bad assumption in the jQuery tests.
>
> The code in param() calls:
>     for ( var j in a )
> and makes the assumption that the keys will be returned in the same
> order they are specified. This is not an assumption that should be
> made, so the test should be changed to allow for the returned string
> to be in arbitrary key order.
>   

I've never seen an ECMA script compiler (JS, AS, etc) that doesn't 
iterate through named references in the expected order?

Guy

Reply via email to