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:48:10 -0500
commit58cd84f9d55ba8ce4311265990bd94cea73c4725 (patch)
treebd437633deb188241e4dcffc2138fc34fc28ad83 /test/readywait.html
parent487b703521e63188102c73e8ce6ce203d28f260b (diff)
downloadjquery-58cd84f9d55ba8ce4311265990bd94cea73c4725.tar.gz
jquery-58cd84f9d55ba8ce4311265990bd94cea73c4725.zip
Fix #13316. Use minified version in unit testing.
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 -->