We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7429083 commit 998d04dCopy full SHA for 998d04d
tests/unit/sortable/sortable_events.js
@@ -248,7 +248,7 @@ test( "over", function() {
248
dy: 20
249
});
250
251
- ok( hash, "stop event triggered" );
+ ok( hash, "over event triggered" );
252
ok( hash.helper, "UI includes: helper" );
253
ok( hash.placeholder, "UI hash includes: placeholder" );
254
ok( hash.position && ( "top" in hash.position && "left" in hash.position ), "UI hash includes: position" );
0 commit comments