aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2010-12-25 18:54:37 +0100
committerjaubourg <j@ubourg.net>2010-12-31 04:13:40 +0100
commit981d1e08eb00f4b5c29ad1f3977a45e30c93ad70 (patch)
treee66c2b1b5e7e7197602c318cedc23268c5296a27 /Makefile
parent6f53be1839b10486c624e07595533d57c602eda5 (diff)
downloadjquery-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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5792bb478..cf985549b 100644
--- a/Makefile
+++ b/Makefile
@@ -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\