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

Fixing can.ajax with mootools #300

Merged
merged 1 commit into from
Mar 7, 2013
Merged

Fixing can.ajax with mootools #300

merged 1 commit into from
Mar 7, 2013

Conversation

tracer99
Copy link
Contributor

@tracer99 tracer99 commented Mar 5, 2013

  • onError is only for JSON parsing errors, Ajax communication errors are
    in onFailure. On Error was ignored for most errors.
  • do not clobber mootools native onSuccess and onFailure if passed in
  • remove local JSON parsing and use Mootools for it

- onError is only for JSON parsing errors, Ajax communication errors are
in onFailure
- do not clobber mootools native onSuccess and onFailure if passed in
- remove local JSON parsin and use Mootools for it
daffl added a commit that referenced this pull request Mar 7, 2013
Fixing can.ajax with mootools
@daffl daffl merged commit 9109dd6 into canjs:master Mar 7, 2013
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.

None yet

2 participants