aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/event/promiseReady.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/event/promiseReady.html')
-rw-r--r--test/data/event/promiseReady.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/event/promiseReady.html b/test/data/event/promiseReady.html
index 3ea11f05e..d2b166f32 100644
--- a/test/data/event/promiseReady.html
+++ b/test/data/event/promiseReady.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Test case for jQuery ticket #11470</title>
-<script type="text/javascript" src="../../../dist/jquery.js"></script>
+<script type="text/javascript" src="../../../dist/jquery.min.js"></script>
<script type="text/javascript">
jQuery.when( jQuery.ready ).done(function() {
jQuery("body").append("<div>modifying DOM</div>");