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 <aubourg.julian@gmail.com>
Tue, 21 Dec 2010 12:06:41 +0000 (13:06 +0100)
commit91d32e8f9699022ee468c060a24a43f947653f69
treef3abdeee3743c49ed6b4c60772fa1e1cf86aef46
parent9e3f053c6568863251da20eba713d05f2bbdf9f0
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