backbone-documentmodel
backbone-documentmodel copied to clipboard
toJSON on collection returns array of undefined
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.
+1
BTW, I think I also fixed this: https://github.com/icereval/backbone-documentmodel/pull/25