]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: sortable: fix assert message.
authorAndrei Picus <office.nightcrawler@gmail.com>
Thu, 16 Jan 2014 13:03:34 +0000 (15:03 +0200)
committerTJ VanToll <tj.vantoll@gmail.com>
Mon, 20 Jan 2014 14:42:14 +0000 (09:42 -0500)
Changed 'stop' to 'over'.

Closes gh-1174

tests/unit/sortable/sortable_events.js

index 2d745ac206c7f8e14f70742a0af342fcb6dac747..8333b8bd470b4f94ae4129412cbf38733c665ad1 100644 (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" );