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/tabs/tabs.html | |
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/tabs/tabs.html')
-rw-r--r-- | tests/unit/tabs/tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html index 38dad7460..688b2642f 100644 --- a/tests/unit/tabs/tabs.html +++ b/tests/unit/tabs/tabs.html @@ -6,7 +6,7 @@ <link rel="stylesheet" href="../../../themes/base/jquery.ui.tabs.css"> - <script src="../../../jquery-1.6.2.js"></script> + <script src="../../jquery.js"></script> <script> $.uiBackCompat = false; </script> |