diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:44:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:44:34 +0000 |
commit | 9c3105200ebda034e7a3fa74b9ac4f71e217c9af (patch) | |
tree | 61eca278d2b1b42fd15e4e606ae52ef3e4f56b21 /tests/unit/droppable/droppable.html | |
parent | c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (diff) | |
download | jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.tar.gz jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.zip |
reverted r1544 (it was temporary)
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 88a2ac31a..3881adf1d 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.2.6.js"></script> + <script type="text/javascript" src="../../../jquery-1.3pre.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> |