mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Tests: sortable: fix assert message.
Changed 'stop' to 'over'. Closes gh-1174
This commit is contained in:
parent
7429083065
commit
998d04d55d
@ -248,7 +248,7 @@ test( "over", function() {
|
||||
dy: 20
|
||||
});
|
||||
|
||||
ok( hash, "stop event triggered" );
|
||||
ok( hash, "over event triggered" );
|
||||
ok( hash.helper, "UI includes: helper" );
|
||||
ok( hash.placeholder, "UI hash includes: placeholder" );
|
||||
ok( hash.position && ( "top" in hash.position && "left" in hash.position ), "UI hash includes: position" );
|
||||
|
Loading…
Reference in New Issue
Block a user