kimjoar / writings

My blog posts
1.99k stars 121 forks source link

Use create() instead of add() when adding new models to a view #6

Closed fstoerkle closed 12 years ago

fstoerkle commented 12 years ago

I think using Collection#create() is more consistent to the original code, since it creates the model and syncs with the server. add() only adds the model to the collection without noticing the server.

kimjoar commented 12 years ago

Thanks! Great stuff.