aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
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 /test/index.html
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 'test/index.html')
-rw-r--r--test/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index 238b7d582..accd349f9 100644
--- a/test/index.html
+++ b/test/index.html
@@ -20,7 +20,6 @@
<script src="../src/manipulation.js"></script>
<script src="../src/css.js"></script>
<script src="../src/ajax.js"></script>
- <script src="../src/xhr.js"></script>
<script src="../src/transports/jsonp.js"></script>
<script src="../src/transports/script.js"></script>
<script src="../src/transports/xhr.js"></script>