aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-14 23:26:15 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-14 23:26:15 +0000
commit2b728dc730f436bbf43fa37debd83f530c803b0f (patch)
tree111565f5c8f6f24f61867c8fb66cd44c918e0072 /tests/unit/droppable
parentaa9672456e12a19e776a535b57a22d92846adc01 (diff)
downloadjquery-ui-2b728dc730f436bbf43fa37debd83f530c803b0f.tar.gz
jquery-ui-2b728dc730f436bbf43fa37debd83f530c803b0f.zip
Happy Birthday jQuery (switched to jQuery 1.3)
Diffstat (limited to 'tests/unit/droppable')
-rw-r--r--tests/unit/droppable/droppable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index 6b1c78975..f98e060ff 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.3rc2.js"></script>
+ <script type="text/javascript" src="../../../jquery-1.3.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>