Skip to content

Commit

Permalink
Tiny cleanup to remove some superfluous code that was left in from be…
Browse files Browse the repository at this point in the history
…fore I decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete).
  • Loading branch information
csnover committed Oct 5, 2010
1 parent 69e4f25 commit 329b750
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jQuery.fn.extend({
}
else {
this.style.display = "inline";
jQuery.data( this, "oldzoom", this.style.zoom );
this.style.zoom = 1;
}
}
Expand Down Expand Up @@ -458,14 +457,14 @@ jQuery.extend( jQuery.fx, {
jQuery.fx.stop();
}
},

interval: 13,

stop: function() {
clearInterval( timerId );
timerId = null;
},

speeds: {
slow: 600,
fast: 200,
Expand Down

0 comments on commit 329b750

Please sign in to comment.