aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2012-12-29 21:58:25 -0500
committerScott González <scott.gonzalez@gmail.com>2013-01-01 08:19:20 -0500
commit2620be85e97d638554ad1cc0fba376848abb205b (patch)
tree9d64d47b59f6d218400ec23a1b335a89c126ea4f
parent5561f5db1206b3c8d00f480b1b1ea7d6aa2fa84a (diff)
downloadjquery-ui-2620be85e97d638554ad1cc0fba376848abb205b.tar.gz
jquery-ui-2620be85e97d638554ad1cc0fba376848abb205b.zip
Selectable tests: Removed a non-existent script tag causing a 404 in the tests.
-rw-r--r--tests/unit/selectable/selectable.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/selectable/selectable.html b/tests/unit/selectable/selectable.html
index 13718e1f3..18ffc6ef7 100644
--- a/tests/unit/selectable/selectable.html
+++ b/tests/unit/selectable/selectable.html
@@ -26,7 +26,6 @@
<script src="selectable_events.js"></script>
<script src="selectable_methods.js"></script>
<script src="selectable_options.js"></script>
- <script src="selectable_test_helpers.js"></script>
<script src="../swarminject.js"></script>
</head>