diff options
author | rwldrn <waldron.rick@gmail.com> | 2010-12-09 12:50:01 -0500 |
---|---|---|
committer | rwldrn <waldron.rick@gmail.com> | 2010-12-09 12:50:01 -0500 |
commit | a59bb30d0a5ea0d3d73285c6fed0fbe00b23321f (patch) | |
tree | 04651f1ca86e46fe9a1d28e61f4f9834ff2263ce /src/effects.js | |
parent | 1cdd9f8cab5b86d76ea20e996a9c636dd6f5ca6e (diff) | |
download | jquery-a59bb30d0a5ea0d3d73285c6fed0fbe00b23321f.tar.gz jquery-a59bb30d0a5ea0d3d73285c6fed0fbe00b23321f.zip |
Whitespace correction
Diffstat (limited to 'src/effects.js')
-rw-r--r-- | src/effects.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.js b/src/effects.js index 482c44d5a..98f969f0f 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 ); } } |