Skip to content

Commit

Permalink
Re-organizes ajax.js: prefilters and transports are no longer stored …
Browse files Browse the repository at this point in the history
…in ajaxSettings (their structure is not handled correctly by extend() and was causing some overhead when constructing the final options map in ajax()); base function for ajaxPrefilter and ajaxTransport has been renamed and split in two (one for inspection, one for addition); response/dataType determination and data conversion logics have been externalized from the ajax() internal callback; data conversion no longer sets responseXXX fields; some minor re-formatting and simplifications.
  • Loading branch information
jaubourg committed Jan 22, 2011
1 parent 4413c2f commit bea4815
Showing 1 changed file with 261 additions and 314 deletions.
Loading

0 comments on commit bea4815

Please sign in to comment.