Closed brian-c closed 9 years ago
If you try to do something like resource.update({'things.2': 'Third thing'}), and resource.things isn't defined, the library's supposed to be smart enough to make an array automatically. This was broken. Now it's fixed.
resource.update({'things.2': 'Third thing'})
resource.things
If you try to do something like
resource.update({'things.2': 'Third thing'})
, andresource.things
isn't defined, the library's supposed to be smart enough to make an array automatically. This was broken. Now it's fixed.