Moves determineDataType into ajaxSettings so that it is accessible to transports...
authorjaubourg <j@ubourg.net>
Wed, 19 Jan 2011 17:16:29 +0000 (18:16 +0100)
committerjaubourg <j@ubourg.net>
Wed, 19 Jan 2011 17:16:29 +0000 (18:16 +0100)
commit1cecfa1ece0d48b253fb0775bba645c464e363a4
treed70fe68a20c78ffd24b320fea67fc12606f4c87f
parent3ea366401f461cd670c5472ddbb3ad7f3260d13c
Moves determineDataType into ajaxSettings so that it is accessible to transports without the need for a second argument and so that we can now pass the original options to the transport instead. Also ensures the original options are actually propagated to prefilters (they were not).
src/ajax.js
src/ajax/xhr.js