comment linebreak

This commit is contained in:
John Bender 2011-11-23 13:21:21 -08:00
parent 3b83d4e032
commit 3b78250b17

View file

@ -10,8 +10,7 @@
module('jquery.mobile.slider.js', {
setup: function() {
// force the value to be an increment of 10 when we aren't
// testing the rounding
// force the value to be an increment of 10 when we aren't testing the rounding
$("#stepped").val( 20 );
}
});