My application creates a JavaScript object, like the following:
myObj= {1:[Array-Data], 2:[Array-Data]}
But I need this object as an array.
How about jQuery.makeArray(obj)
jQuery.makeArray(obj)
This is how I did it in my app.