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>
Fri, 31 Dec 2010 03:13:40 +0000 (04:13 +0100)
commit981d1e08eb00f4b5c29ad1f3977a45e30c93ad70
treee66c2b1b5e7e7197602c318cedc23268c5296a27
parent6f53be1839b10486c624e07595533d57c602eda5
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