]> source.dussan.org Git - jquery.git/commitdiff
oops console 374/head
authorlouisremi <louisremi@louisremi-laptop.(none)>
Tue, 10 May 2011 10:18:40 +0000 (12:18 +0200)
committerlouisremi <louisremi@louisremi-laptop.(none)>
Tue, 10 May 2011 10:18:40 +0000 (12:18 +0200)
test/unit/effects.js

index f015fc91ad374de6cd7a65437c8e3206732f4dc9..6fbbbfe39126feaa9d6415c4c975a161131e410c 100644 (file)
@@ -1001,7 +1001,6 @@ test("callbacks should fire in correct order (#9100)", function() {
                $lis = jQuery("<p data-operation='*2'></p><p data-operation='^2'></p>").appendTo("#qunit-fixture")
                        // The test will always pass if no properties are animated or if the duration is 0
                        .animate({fontSize: 12}, 13, function() {
-                               console.log(jQuery(this).data("operation"))
                                a *= jQuery(this).data("operation") === "*2" ? 2 : a;
                                cb++;
                                if ( cb === 2 ) {