PaulUithol / Backbone-relational

Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models
http://backbonerelational.org
MIT License
2.34k stars 330 forks source link

Callback for "save" method #335

Closed Tekki closed 11 years ago

Tekki commented 11 years ago

With a standard Backone model, it is possible to use callbacks to "success" and "error" when the model is sent to the server (see http://backbonejs.org/#Model-save). When I save a Backone-Relational (version 0.8.5) model, none of these callbacks work. What is the reason?

Tekki commented 11 years ago

This issue turned out to be an interference with another module. Sorry for the noise.