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 e4893d6..5d574a8 100644 (file)
@@ -155,7 +155,6 @@ jQuery.fn.extend({
                                                        }
                                                        else {
                                                                this.style.display = "inline";
                                                        }
                                                        else {
                                                                this.style.display = "inline";
-                                                               jQuery.data( this, "oldzoom", this.style.zoom );
                                                                this.style.zoom = 1;
                                                        }
                                                }
                                                                this.style.zoom = 1;
                                                        }
                                                }
@@ -458,14 +457,14 @@ jQuery.extend( jQuery.fx, {
                        jQuery.fx.stop();
                }
        },
                        jQuery.fx.stop();
                }
        },
-  
+
        interval: 13,
        interval: 13,
-               
+
        stop: function() {
                clearInterval( timerId );
                timerId = null;
        },
        stop: function() {
                clearInterval( timerId );
                timerId = null;
        },
-       
+
        speeds: {
                slow: 600,
                fast: 200,
        speeds: {
                slow: 600,
                fast: 200,