X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ffx.js;h=724e21f6ae8260e632b481fe77e6d56c6ea01053;hb=e25c4a132f9f11cb407605e3ca7d1900ca904077;hp=3d00515ff0fd040f2d410a0ada6b23a82d819198;hpb=0ae78024c23dd3ef4bcea883338d975dcf843597;p=jquery.git diff --git a/src/fx.js b/src/fx.js index 3d00515..724e21f 100644 --- a/src/fx.js +++ b/src/fx.js @@ -285,7 +285,7 @@ jQuery.fx.prototype = { t.elem = this.elem; - if ( t() && jQuery.timers.push(t) == 1 ) { + if ( t() && jQuery.timers.push(t) && !timerId ) { timerId = setInterval(function(){ var timers = jQuery.timers; @@ -295,6 +295,7 @@ jQuery.fx.prototype = { if ( !timers.length ) { clearInterval( timerId ); + timerId = undefined; } }, 13); }