backbone
backbone copied to clipboard
Collection Docs: Missing note about parse option
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.
I created PR #4174
Is it correct?