diff options
author | Richard Worth <rdworth@gmail.com> | 2010-01-20 13:52:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-01-20 13:52:38 +0000 |
commit | a1e069759ddcd3e56deff0d9334559b156df734c (patch) | |
tree | e29ffd729d7ee7c8a56e0a273a0fdd18a989be8c /tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html | |
parent | b0195091a66f0c070610a09744c4325308b24534 (diff) | |
download | jquery-ui-a1e069759ddcd3e56deff0d9334559b156df734c.tar.gz jquery-ui-a1e069759ddcd3e56deff0d9334559b156df734c.zip |
switched to jQuery 1.4
Diffstat (limited to 'tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html')
-rw-r--r-- | tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html b/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html index b59f9ccf2..52850bf8e 100644 --- a/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html +++ b/tests/visual/resizable/resizable_option_aspectRatio_preserve_w100xh100.html @@ -4,7 +4,7 @@ <title>Resizable Visual Test : Default</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" /> - <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../../jquery-1.4.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> |