aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2011-01-06 01:17:31 +0100
committerjaubourg <j@ubourg.net>2011-01-06 01:17:31 +0100
commitc43b078c6911027fd4124d542446ad0098662f6a (patch)
tree4f24c342ae9cf5dac0dfc6e38c5112c9c545957a /Makefile
parente56de77df90e50b9999a02e57241b1cf498b0fe4 (diff)
downloadjquery-c43b078c6911027fd4124d542446ad0098662f6a.tar.gz
jquery-c43b078c6911027fd4124d542446ad0098662f6a.zip
Renamed src/transports to src/ajax (in case we need prefilters in the future and to avoid a separate prefilters directory).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cf985549b..6a71722be 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,9 @@ BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/manipulation.js\
${SRC_DIR}/css.js\
${SRC_DIR}/ajax.js\
- ${SRC_DIR}/transports/jsonp.js\
- ${SRC_DIR}/transports/script.js\
- ${SRC_DIR}/transports/xhr.js\
+ ${SRC_DIR}/ajax/jsonp.js\
+ ${SRC_DIR}/ajax/script.js\
+ ${SRC_DIR}/ajax/xhr.js\
${SRC_DIR}/effects.js\
${SRC_DIR}/offset.js\
${SRC_DIR}/dimensions.js