]> source.dussan.org Git - jquery-ui.git/commitdiff
Selectmenu: Fix reference to jQuery in tests
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 Apr 2014 14:11:55 +0000 (10:11 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 Apr 2014 14:11:55 +0000 (10:11 -0400)
tests/unit/selectmenu/all.html

index 93838b5f838f74d1e45e25fc3da8334845ded8cc..64ce723b728630ca6418750c3f8fa265ae2ff1da 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8">
        <title>jQuery UI Selectmenu Test Suite</title>
 
-       <script src="../../../jquery-1.9.1.js"></script>
+       <script src="../../../jquery.js"></script>
 
        <link rel="stylesheet" href="../../../external/qunit.css">
        <link rel="stylesheet" href="../qunit-composite.css">