Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the implementat...
authorjaubourg <aubourg.julian@gmail.com>
Tue, 21 Dec 2010 12:06:41 +0000 (13:06 +0100)
committerjaubourg <j@ubourg.net>
Fri, 31 Dec 2010 02:53:00 +0000 (03:53 +0100)
commit4c49c87d4daf7a5eb1b98a4d324ee599508cf1be
treef2928470b996c4377226c3296f3647396b9d3941
parentc072dbd4e283f2e601b0004920c46d2e6b62f899
Renamed jQuery.xhr.bindTransport as jQuery.xhr.transport. Generalized the implementation and made prefilters use the same logic. Cleaned up code and removed as many loops and each as possible.
src/ajax.js
src/transports/jsonp.js
src/transports/script.js
src/transports/xhr.js
src/xhr.js