blittle / backbone-nested-models

Backbone Nested Models
86 stars 28 forks source link

Pass options along when setting relations #3

Closed johtso closed 11 years ago

johtso commented 11 years ago

Noticed that my parse methods were not being called when creating new models and after a bit of investigation saw that options were not being passed along. Does this look okay to you?

doda-zz commented 11 years ago

:astonished:

blittle commented 11 years ago

Yeah, big oops there :) thx for the pull request.

johtso commented 11 years ago

No problem. Thanks for putting together lightweight alternative to backbone-relational :)