azpublic

Results 3 issues of azpublic

Calling toJSON on a collection containing models that have string[] as an attribute will return these string[] as an array of undefined in the json object.

When calling fetch() to populate a DocumentCollection, then calling set() 2 times on one of the models of the collection triggers an exception if the model data contains an array....

Here's my stab at this problem. It seems to work for me.