backbone icon indicating copy to clipboard operation
backbone copied to clipboard

Collection Docs: Missing note about parse option

Open k-funk opened this issue 8 years ago • 1 comments

On the Model docs, there is this note:

If {parse: true} is passed as an option, the attributes will first be converted by parse before being set on the model.

This appears to be true on Collections as well, but is not documented.

k-funk avatar Nov 09 '16 22:11 k-funk

I created PR #4174

Is it correct?

avdeev avatar Dec 13 '17 15:12 avdeev