From 2fdbaca5d7356d27a89914596c20261241f0ea5c Mon Sep 17 00:00:00 2001 From: Mirco Babini Date: Wed, 23 Jul 2014 12:34:01 +0200 Subject: [PATCH] No update? No update. If the update method is commented, we can't call it. --- jquery.transition.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.transition.js b/jquery.transition.js index 21b135d..68e17b6 100644 --- a/jquery.transition.js +++ b/jquery.transition.js @@ -662,7 +662,7 @@ jQuery.extend( jQuery.fx.prototype, { if ( !transition ) { this.now = this.end; this.pos = this.state = 1; - this.update(); + // this.update(); // ++TRANSITION++ } else { clearTimeout( transition.timeout ); @@ -748,7 +748,7 @@ jQuery.extend( jQuery.fx.prototype, { this.now = this.start + ( (this.end - this.start) * this.pos ); } // Perform the next step of the animation - this.update(); + // this.update(); } return true;