Tests: sortable: fix assert message.

Changed 'stop' to 'over'.

Closes gh-1174
This commit is contained in:
Andrei Picus 2014-01-16 15:03:34 +02:00 committed by TJ VanToll
parent 7429083065
commit 998d04d55d

View File

@ -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" );