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)
committerunknown <Julian@.(none)>
Fri, 24 Dec 2010 11:59:01 +0000 (12:59 +0100)
commit0daf7223d08e2da983179e37e6c422abe90d6b82
treeb8b43665da6ac876fe8edcb7a8024f5f015652da
parent56628c7adffb4b5436257255f55e31b85b58aa8f
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