diff options
author | jaubourg <j@ubourg.net> | 2011-01-06 01:17:31 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-01-06 01:17:31 +0100 |
commit | c43b078c6911027fd4124d542446ad0098662f6a (patch) | |
tree | 4f24c342ae9cf5dac0dfc6e38c5112c9c545957a /Makefile | |
parent | e56de77df90e50b9999a02e57241b1cf498b0fe4 (diff) | |
download | jquery-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |