Skip to content

Commit 192f51c

Browse files
committed
Spinner tests: Remove mousewheel plugin
The plugin isn't needed nor used in the unit tests, which just trigger the appropriate events. This works around the failure in Firefox 27/28 that we'll try to track down separately. Ref #9988
1 parent a09462f commit 192f51c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/spinner/spinner.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<title>jQuery UI Spinner Test Suite</title>
66

77
<script src="../../jquery.js"></script>
8-
<script src="../../../external/jquery.mousewheel.js"></script>
98
<script src="../../../external/globalize.js"></script>
109
<script src="../../../external/globalize.culture.ja-JP.js"></script>
1110
<link rel="stylesheet" href="../../../external/qunit.css">

0 commit comments

Comments
 (0)