From a59bb30d0a5ea0d3d73285c6fed0fbe00b23321f Mon Sep 17 00:00:00 2001 From: rwldrn Date: Thu, 9 Dec 2010 12:50:01 -0500 Subject: [PATCH] Whitespace correction --- src/effects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects.js b/src/effects.js index 482c44d..98f969f 100644 --- a/src/effects.js +++ b/src/effects.js @@ -63,7 +63,7 @@ jQuery.fn.extend({ var display = jQuery.css( this[i], "display" ); if ( display !== "none" && !jQuery.data( this[i], "olddisplay" ) ) { - jQuery.data( this[i], "olddisplay", display ); + jQuery.data( this[i], "olddisplay", display ); } } -- 1.7.10.4