We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b83d4e commit 3b78250Copy full SHA for 3b78250
tests/unit/slider/slider_events.js
@@ -10,8 +10,7 @@
10
11
module('jquery.mobile.slider.js', {
12
setup: function() {
13
- // force the value to be an increment of 10 when we aren't
14
- // testing the rounding
+ // force the value to be an increment of 10 when we aren't testing the rounding
15
$("#stepped").val( 20 );
16
}
17
});
0 commit comments