oops console

This commit is contained in:
louisremi 2011-05-10 12:18:40 +02:00
parent f34a90b3f7
commit 966c2fe46a

View 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 ) {