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
Deprecation Notice: The jqXHR.success(), jqXHR.error(), and jqXHR.complete() callbacks are deprecated as of jQuery 1.8. To prepare your code for their eventual removal, use jqXHR.done(), jqXHR.fail(), and jqXHR.always() instead.
So this is actually a red herring. Backbone only relies on the success and erroroptions that are passed to $.ajax, not the methods being referred to in your issue. The methods in question are aliases to methods on $.Deferred and have been marked for deprecation. The success and error options have not been deprecate.
Those warnings are likely in your application and aren't a by-product of Backbone's use of jQuery.
hey :) noting this #2221
and this deprecation notice (here)
just wondering what the plan is?
no mention of promises here: http://backbonejs.org/
The text was updated successfully, but these errors were encountered: