mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown
This commit is contained in:
@@ -22,7 +22,7 @@ module( "effects.core" );
|
||||
test( "Immediate Return Conditions", function() {
|
||||
var hidden = $( "div.hidden" ),
|
||||
count = 0;
|
||||
expect( 6 );
|
||||
expect( 3 );
|
||||
hidden.hide( "blind", function() {
|
||||
equal( ++count, 1, "Hide on hidden returned immediately" );
|
||||
}).show().show( "blind", function() {
|
||||
|
||||
Reference in New Issue
Block a user