noveogroup / backbone.iobind

Bind socket.io events to backbone models & collections. Also includes a drop-in replacement for Backbone.sync using socket.io.
https://noveogroup.github.io/backbone.iobind/
582 stars 65 forks source link

Need to support backbone .save({patch:true}) #34

Closed chaobin closed 11 years ago

chaobin commented 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.

xiaods commented 11 years ago

a commit will help understand.

mahnunchik commented 11 years ago

https://github.com/logicalparadox/backbone.iobind/commit/f9301b3e2fe50b6acf0b07b431c068e498208d70 - 'path' option supported