-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. var params = { "a":"1", "b":"2"}
2. I'm using the ajax send function, jQuery.ajax.send( api, params, function(
data, status ){ ... });
3. That's it
What is the expected output? What do you see instead?
A request to api.com?a=1&b=2 should be triggered. Chrome console logs a req to
api.com?1=a&2=b, with reversed params
What version of the product are you using? On what operating system?
Version 1.1.1 on Elementary OS, using Chrome v39.0.2171.99 (64-bit)
Please provide any additional information below.
That's all there is
Original issue reported on code.google.com by [email protected] on 16 Jan 2015 at 3:23