Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter and...
authorjaubourg <j@ubourg.net>
Thu, 13 Jan 2011 17:33:24 +0000 (18:33 +0100)
committerjaubourg <j@ubourg.net>
Thu, 13 Jan 2011 17:33:24 +0000 (18:33 +0100)
commita8fa5f2ec1030bceb9a65d0237f0c92ae4e014dd
tree243158b0f8dd90fb52877af3a57c98885f320b8f
parent44fc87f66ca54278e37f15885a80c2407036df57
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter and jQuery.ajaxTransport so that proxying the ajax method doesn't turn into a nightmare. Thanks go to scott_gonzalez and DaveMethvin for pointing out the issue. Also made ajaxSetup return "this" to enable chainable definitions -- jQuery.ajaxSetup(...).ajaxPrefilter(...).ajaxTransport(...).
src/ajax.js
src/ajax/jsonp.js
src/ajax/script.js
src/ajax/xhr.js