aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
committerRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
commite2d873e6f06c6d4539302653d63540ba0b6f5e48 (patch)
treecca59581cddd66b4fedcac6d09ae15e9fabf7837 /tests/unit/selectable
parent79c433fcab0fa80347de326577a52f1ca22d1ae7 (diff)
downloadjquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.tar.gz
jquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.zip
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
Diffstat (limited to 'tests/unit/selectable')
-rw-r--r--tests/unit/selectable/selectable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 93881ea75..7084ac7e5 100644
--- a/tests/unit/selectable/selectable.html
+++ b/tests/unit/selectable/selectable.html
@@ -4,8 +4,8 @@
<title>jQuery UI Selectable Test Suite</title>
<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>
+ <script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
+ <script type="text/javascript" src="../../../ui/jquery.ui.selectable.js"></script>
<link type="text/css" href="../testsuite.css" rel="stylesheet" />
<script type="text/javascript" src="../../../external/testrunner-r6574.js"></script>