Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #474 - Backbone.ajax #1213

Merged
merged 1 commit into from
Apr 11, 2012
Merged

Fix #474 - Backbone.ajax #1213

merged 1 commit into from
Apr 11, 2012

Conversation

braddunbar
Copy link
Collaborator

This patch adds Backbone.ajax for swapping out the method used for persistence in Backbone.sync. It should be noted that setting $.ajax will no longer affect sync making this a breaking change for any code that relies on this behavior. I believe this will mostly affect test code, but it's worth noting nonetheless.

jashkenas added a commit that referenced this pull request Apr 11, 2012
@jashkenas jashkenas merged commit a88efef into jashkenas:master Apr 11, 2012
@blocka
Copy link

blocka commented Apr 12, 2012

I have non test cases that this will affect, so I will definitely keep it in mind. Don't forget to put it in the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants