aboutsummaryrefslogtreecommitdiffstats
path: root/test/readywait.html
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2013-01-26 10:48:10 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-01-26 10:52:19 -0500
commita3055f3df63661ad1221db44d04ec92ece130a8c (patch)
treec48df9fa877ed70ead3ad1ea8a6a7f12b3ee5e46 /test/readywait.html
parentac93559eb9f18fcaec95dfdc97358b1b85bfe234 (diff)
downloadjquery-a3055f3df63661ad1221db44d04ec92ece130a8c.tar.gz
jquery-a3055f3df63661ad1221db44d04ec92ece130a8c.zip
Fix #13316. Use minified version in unit testing.
Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
Diffstat (limited to 'test/readywait.html')
-rw-r--r--test/readywait.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/readywait.html b/test/readywait.html
index 9983be432..4738b1b95 100644
--- a/test/readywait.html
+++ b/test/readywait.html
@@ -14,7 +14,7 @@
#output { background-color: green }
#expectedOutput { background-color: green }
</style>
- <script src="../dist/jquery.js"></script>
+ <script src="../dist/jquery.min.js"></script>
<!-- Load the script loader that uses
jQuery.readyWait -->