aboutsummaryrefslogtreecommitdiffstats
path: root/tests/all_2.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-11-19 02:34:05 +0000
committerRichard Worth <rdworth@gmail.com>2008-11-19 02:34:05 +0000
commit027e4d57b7085a6f2a2135646d04f2510192c2b7 (patch)
tree7fed9a49a293ff8623b732ee65bb9cb4f6f95820 /tests/all_2.html
parent29f7dc9a2c078495f6a0ed13c531733146528fb4 (diff)
downloadjquery-ui-027e4d57b7085a6f2a2135646d04f2510192c2b7.tar.gz
jquery-ui-027e4d57b7085a6f2a2135646d04f2510192c2b7.zip
Removed spinner from trunk. See /branches/dev/spinner
Diffstat (limited to 'tests/all_2.html')
-rw-r--r--tests/all_2.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/all_2.html b/tests/all_2.html
index 2c2a24adf..4b76b9adf 100644
--- a/tests/all_2.html
+++ b/tests/all_2.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="../ui/ui.core.js"></script>
<script type="text/javascript">
- var components = ["accordion","datepicker","dialog","draggable","progressbar","resizable","selectable","slider","sortable","spinner","tabs"];
+ var components = ["accordion","datepicker","dialog","draggable","progressbar","resizable","selectable","slider","sortable","tabs"];
$(function() {
@@ -49,7 +49,6 @@
<script type="text/javascript" src="../ui/ui.selectable.js"></script>
<script type="text/javascript" src="../ui/ui.slider.js"></script>
<script type="text/javascript" src="../ui/ui.sortable.js"></script>
- <script type="text/javascript" src="../ui/ui.spinner.js"></script>
<script type="text/javascript" src="../ui/ui.tabs.js"></script>
<script type="text/javascript" src="qunit/testrunner.js"></script>