]> source.dussan.org Git - jquery.git/commitdiff
Tiny cleanup to remove some superfluous code that was left in from before I decided...
authorColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 18:38:19 +0000 (13:38 -0500)
committerColin Snover <github.com@zetafleet.com>
Tue, 5 Oct 2010 18:38:19 +0000 (13:38 -0500)
src/effects.js

index e4893d6fb938a8bd51564a028c4c43172e1a20fa..5d574a8fff0efe16bcb7968ca7a28a31f1bd5fb8 100644 (file)
@@ -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,