aboutsummaryrefslogtreecommitdiffstats
path: root/test
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 /test
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 'test')
-rw-r--r--test/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/index.html b/test/index.html
index accd349f9..bbeda63a6 100644
--- a/test/index.html
+++ b/test/index.html
@@ -20,9 +20,9 @@
<script src="../src/manipulation.js"></script>
<script src="../src/css.js"></script>
<script src="../src/ajax.js"></script>
- <script src="../src/transports/jsonp.js"></script>
- <script src="../src/transports/script.js"></script>
- <script src="../src/transports/xhr.js"></script>
+ <script src="../src/ajax/jsonp.js"></script>
+ <script src="../src/ajax/script.js"></script>
+ <script src="../src/ajax/xhr.js"></script>
<script src="../src/effects.js"></script>
<script src="../src/offset.js"></script>
<script src="../src/dimensions.js"></script>