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).

This commit is contained in:
Colin Snover 2010-10-05 13:38:19 -05:00
parent 69e4f2535b
commit 329b750af6

1
src/effects.js vendored
View file

@ -155,7 +155,6 @@ jQuery.fn.extend({
}
else {
this.style.display = "inline";
jQuery.data( this, "oldzoom", this.style.zoom );
this.style.zoom = 1;
}
}