diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-13 00:49:10 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-13 00:49:10 +0000 |
commit | 877f03b8539c9db1ca9737725aaec58f065ea5b5 (patch) | |
tree | 7a4520aa6cc266d41604f75ff322688442c740f3 /tests/unit/droppable/droppable.html | |
parent | 204742d1dfcf6fbdb93fd8f549fc18de87cfb4b6 (diff) | |
download | jquery-ui-877f03b8539c9db1ca9737725aaec58f065ea5b5.tar.gz jquery-ui-877f03b8539c9db1ca9737725aaec58f065ea5b5.zip |
switched to jQuery 1.3rc2
Diffstat (limited to 'tests/unit/droppable/droppable.html')
-rw-r--r-- | tests/unit/droppable/droppable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html index 3881adf1d..6b1c78975 100644 --- a/tests/unit/droppable/droppable.html +++ b/tests/unit/droppable/droppable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Droppable Test Suite</title> - <script type="text/javascript" src="../../../jquery-1.3pre.js"></script> + <script type="text/javascript" src="../../../jquery-1.3rc2.js"></script> <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.draggable.js"></script> <script type="text/javascript" src="../../../ui/ui.droppable.js"></script> |