You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backbone sync functions are supposed to return jQuery Deferred objects, enabling you to do things like model.fetch().done(function(){[do something]}). The hookBackboneAjax breaks this. As it is, its unusable for me because I use the promise methods a lot with syncing.
Can this be fixed?
The text was updated successfully, but these errors were encountered:
Backbone sync functions are supposed to return jQuery Deferred objects, enabling you to do things like model.fetch().done(function(){[do something]}). The hookBackboneAjax breaks this. As it is, its unusable for me because I use the promise methods a lot with syncing.
Can this be fixed?
The text was updated successfully, but these errors were encountered: