Closed EamonNerbonne closed 10 years ago
:+1:
This is great - @markijbema did you ever revisit this? https://github.com/usepropeller/react.backbone/pull/15#issuecomment-39122480
No sorry, didn't get around to doing that yet.
However, I just did :-)
Behavior is slightly tricky (backwards compat often is, alas): change options are now those customized if available, otherwise the component (spec's) changeOptions
, otherwise a default based on whether the model is a collection or just a model.
:+1: this was exactly what I wanted to do, thanks @EamonNerbonne !
It is done! Thank you both very much for all the work, apologies for the extraordinarily long delay :clap:
This PR builds on @markijbema's https://github.com/usepropeller/react.backbone/pull/15.
It fixes two subtle bugs:
It also supports using BackboneMixin without arguments.