From: jaubourg Date: Sat, 25 Dec 2010 17:54:37 +0000 (+0100) Subject: Removed re-usability from jXHR object (no more open, send & onreadystatechange suppor... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=f7ed2aca562620f9424b1667170352e798e99ef3;hp=f7ed2aca562620f9424b1667170352e798e99ef3;p=jquery.git 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. ---