From: Colin Snover Date: Tue, 5 Oct 2010 18:38:19 +0000 (-0500) Subject: Tiny cleanup to remove some superfluous code that was left in from before I decided... X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=329b750af6649b3755920144bf1d52bfc3a42a0e Tiny cleanup to remove some superfluous code that was left in from before I decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete). --- diff --git a/src/effects.js b/src/effects.js index e4893d6..5d574a8 100644 --- a/src/effects.js +++ b/src/effects.js @@ -155,7 +155,6 @@ jQuery.fn.extend({ } else { this.style.display = "inline"; - jQuery.data( this, "oldzoom", this.style.zoom ); this.style.zoom = 1; } } @@ -458,14 +457,14 @@ jQuery.extend( jQuery.fx, { jQuery.fx.stop(); } }, - + interval: 13, - + stop: function() { clearInterval( timerId ); timerId = null; }, - + speeds: { slow: 600, fast: 200,