peter4k / react-native-backbone

A react native version of backbone model
66 stars 18 forks source link

Fixing patch method, now it sends the specified data only. #9

Closed andres-torres-marroquin closed 7 years ago

andres-torres-marroquin commented 7 years ago

On patch method it used to send the whole object, but patch should send only the data specified on the .save() method.