diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-28 07:34:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-28 07:34:31 -0400 |
commit | d92b61e865df5d21360ff26a34ddf793f116393c (patch) | |
tree | 4a37320d71b6cc767931c1771f04686bbe73b725 /tests/unit/selectable | |
parent | 0ba493d3b4f9d6da35cadc499e9f7ebb6adb31b3 (diff) | |
download | jquery-ui-d92b61e865df5d21360ff26a34ddf793f116393c.tar.gz jquery-ui-d92b61e865df5d21360ff26a34ddf793f116393c.zip |
Tests: Added ability to run tests suites against different versions of jQuery core.
Diffstat (limited to 'tests/unit/selectable')
-rw-r--r-- | tests/unit/selectable/selectable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html index a32e574a5..95501eaa9 100644 --- a/tests/unit/selectable/selectable.html +++ b/tests/unit/selectable/selectable.html @@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <title>jQuery UI Selectable Test Suite</title> - <script type="text/javascript" src="../../../jquery-1.6.2.js"></script> + <script src="../../jquery.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script> |