aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjaubourg <aubourg.julian@gmail.com>2010-12-09 13:34:28 -0500
committerjeresig <jeresig@gmail.com>2010-12-09 13:34:28 -0500
commitab3ba4a81252c4357a7aab5f24d765d41d47986e (patch)
tree75c16f8e7cd8a41041ee19855e799d15c074fd67 /Makefile
parent29616e60c88bf300f4b2ee4ad1a89a8ac6481027 (diff)
downloadjquery-ab3ba4a81252c4357a7aab5f24d765d41d47986e.tar.gz
jquery-ab3ba4a81252c4357a7aab5f24d765d41d47986e.zip
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dae73230..fdc655d60 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,11 @@ BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/traversing.js\
${SRC_DIR}/manipulation.js\
${SRC_DIR}/css.js\
- ${SRC_DIR}/ajax.js\
+ ${SRC_DIR}/ajax.js\
+ ${SRC_DIR}/xhr.js\
+ ${SRC_DIR}/transports/jsonp.js\
+ ${SRC_DIR}/transports/script.js\
+ ${SRC_DIR}/transports/xhr.js\
${SRC_DIR}/effects.js\
${SRC_DIR}/offset.js\
${SRC_DIR}/dimensions.js