Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes...
authorjaubourg <j@ubourg.net>
Thu, 20 Jan 2011 03:12:15 +0000 (04:12 +0100)
committerjaubourg <j@ubourg.net>
Thu, 20 Jan 2011 03:12:15 +0000 (04:12 +0100)
commit64e1cdbb95b8bbefbc9dec70ae30e0714a549619
tree012b38898366a0c150f2b7d32aaa7d65522daa44
parent96b00a493522fd3995f0752803da2c13bbf21755
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes chainability of ajaxSetup, ajaxPrefilter and ajaxTransport. Also makes sure context is handled properly by ajaxSetup (unit test added).
src/ajax.js
src/ajax/jsonp.js
src/ajax/script.js
test/unit/ajax.js