Backbone.ModelMorph icon indicating copy to clipboard operation
Backbone.ModelMorph copied to clipboard

create a model of computed properties from another backbone model

Results 2 Backbone.ModelMorph issues
Sort by recently updated
recently updated
newest added

backbone 1.10 remove model.change() method so my patch is to call directly _model.set with the result of _schema[key].set also support for 1 to 1 mapping where _schema[key].set return a value...

lodash _.extend behave differently when copying method attribute, so I patch in underscore extend. This is for user who are using frameworks like chaplin.js that come predefined with backbone and...