diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-20 11:40:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-20 11:40:25 +0000 |
commit | 352b081a3944b7f8dd523ebe302ed38da7093efa (patch) | |
tree | 9af739d184cd3316684a781b45260b5bfe7d9cef /tests/unit/selectable | |
parent | 1ca5ae160ca1243ba6232abba8f52e09dd7172f6 (diff) | |
download | jquery-ui-352b081a3944b7f8dd523ebe302ed38da7093efa.tar.gz jquery-ui-352b081a3944b7f8dd523ebe302ed38da7093efa.zip |
Switched to jQuery 1.3.2
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 34ce4d735..cea5c0adb 100644 --- a/tests/unit/selectable/selectable.html +++ b/tests/unit/selectable/selectable.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Selectable Test Suite</title> - <script type="text/javascript" src="../../../jquery-1.3.1.js"></script> + <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../../ui/ui.core.js"></script> <script type="text/javascript" src="../../../ui/ui.selectable.js"></script> |