Sorry It is not :

if (Object.isNumber(values))
           return results.push(toQueryPair(key, values.toString()));
but

if (Object.isNumber(values))
           results.push(toQueryPair(key, values.toString()));

On 7 oct, 11:21, atrepp <[EMAIL PROTECTED]> wrote:
> Bug 2
http://prototype.lighthouseapp.com/projects/8886-prototype/tickets/37...
>
> I modified Hash.toQueryString() so it put Number object in the Query
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to