icereval/backbone-documentmodel

toJSON on collection returns array of undefined

Opened this issue · 2 comments

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.

odbol commented

BTW, I think I also fixed this: #25