Pushing an object into an array of objects overwrites prior objects
I'm having a problem pushing an object into an array of objects... each successive push overwrites the prior objects pushed into the array.
Here's my first object (note the city name):
http://screencast.com/t/Mg36j5tl3
And here's the array after the object was pushed into it:
http://screencast.com/t/cQI6AcXzedkB
Here's my second object (note the different city name):
http://screencast.com/t/QQW0Def2nXS
And here's the array after the push. Notice how both objects are the same - i.e. equaling the second object.
http://screencast.com/t/sGlieGGoP
And here is the incorrect resulting list. Note that the picture shows three items even though I just talked above about two. Don't be concerned about that.
http://screencast.com/t/XrV21Oz466vn
Here is my code. It is the first item for the service success event.
http://screencast.com/t/TJjq9Zt9u
Thanks very much.