Closed chaobin closed 11 years ago
In backbone 0.9.9+, Model.save() can be defined as a patch save() by giving the option {patch:true}, but this is suppressed in iosync.js.
a commit will help understand.
https://github.com/logicalparadox/backbone.iobind/commit/f9301b3e2fe50b6acf0b07b431c068e498208d70 - 'path' option supported
In backbone 0.9.9+, Model.save() can be defined as a patch save() by giving the option {patch:true}, but this is suppressed in iosync.js.