Removed re-usability from jXHR object (no more open, send & onreadystatechange suppor...
authorjaubourg <j@ubourg.net>
Sat, 25 Dec 2010 17:54:37 +0000 (18:54 +0100)
committerjaubourg <j@ubourg.net>
Sat, 25 Dec 2010 17:54:37 +0000 (18:54 +0100)
commitf7ed2aca562620f9424b1667170352e798e99ef3
tree093f0c4841abcb1fce94b7ee04da4c4f6405b38d
parent00fb8a9ad61eb6d13e6f6c7c668caa66074f05d1
Removed re-usability from jXHR object (no more open, send & onreadystatechange support). Streamlined the implementation and put it back into ajax.js (removed xhr.js in the process). Went back to a more simple & direct approach to options handling (keeping much room to further minification-related optimizations). Code is cleaner, smaller & faster. Removed & edited unit tests accordingly. All build files have had xhr.js removed.
Makefile
Rakefile
build.xml
src/ajax.js
src/transports/jsonp.js
src/transports/script.js
src/transports/xhr.js
src/xhr.js [deleted file]
test/index.html
test/unit/ajax.js