diff options
author | jaubourg <j@ubourg.net> | 2010-12-25 18:54:37 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2010-12-31 04:13:40 +0100 |
commit | 981d1e08eb00f4b5c29ad1f3977a45e30c93ad70 (patch) | |
tree | e66c2b1b5e7e7197602c318cedc23268c5296a27 /Makefile | |
parent | 6f53be1839b10486c624e07595533d57c602eda5 (diff) | |
download | jquery-981d1e08eb00f4b5c29ad1f3977a45e30c93ad70.tar.gz jquery-981d1e08eb00f4b5c29ad1f3977a45e30c93ad70.zip |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,7 +24,6 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/xhr.js\ ${SRC_DIR}/transports/jsonp.js\ ${SRC_DIR}/transports/script.js\ ${SRC_DIR}/transports/xhr.js\ |