aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorlouisremi <louisremi@louisremi-laptop.(none)>2011-05-10 12:18:40 +0200
committerlouisremi <louisremi@louisremi-laptop.(none)>2011-05-10 12:18:40 +0200
commit966c2fe46a785a2555ec9a1048fc4a9014c40aa3 (patch)
treebe875426ae10695e37d9521d898c47301c889210 /test
parentf34a90b3f7a5d54beb267ce08295cb1e64c3a2af (diff)
downloadjquery-966c2fe46a785a2555ec9a1048fc4a9014c40aa3.tar.gz
jquery-966c2fe46a785a2555ec9a1048fc4a9014c40aa3.zip
oops console
Diffstat (limited to 'test')
-rw-r--r--test/unit/effects.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js
index f015fc91a..6fbbbfe39 100644
--- a/test/unit/effects.js
+++ b/test/unit/effects.js
@@ -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 ) {