mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner: Minor typo in stepUp()'s tests
This commit is contained in:
parent
9fad37d3b6
commit
966f80dac5
@ -179,7 +179,7 @@ test( "stepUp", function() {
|
||||
equal( element.val(), 12, "stepUp 5 steps" );
|
||||
|
||||
element.spinner( "stepUp", 4 );
|
||||
equal( element.val(), 16, "close to min and stepUp 4 steps" );
|
||||
equal( element.val(), 16, "close to max and stepUp 4 steps" );
|
||||
|
||||
element.spinner( "stepUp" );
|
||||
equal( element.val(), 16, "at max and stepUp 1 step" );
|
||||
|
Loading…
Reference in New Issue
Block a user