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/effects | |
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/effects')
-rw-r--r-- | tests/unit/effects/effects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/effects/effects.html b/tests/unit/effects/effects.html index 3199ba4a8..3068aedc3 100644 --- a/tests/unit/effects/effects.html +++ b/tests/unit/effects/effects.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Core Test Suite</title> - <script src="../../../jquery-1.6.2.js"></script> + <script src="../../jquery.js"></script> <script> $.uiBackCompat = false; </script> |