Skip to content

Commit

Permalink
Whitespace correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Dec 9, 2010
1 parent 5b24081 commit 1cdd9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/effects.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jQuery.fn.extend({
for ( var i = 0, j = this.length; i < j; i++ ) { for ( var i = 0, j = this.length; i < j; i++ ) {
var display = jQuery.css( this[i], "display" ); var display = jQuery.css( this[i], "display" );


if ( display !== "none" && !jQuery.data( this[i], "olddisplay" ) ) { if ( display !== "none" && !jQuery.data( this[i], "olddisplay" ) ) {
jQuery.data( this[i], "olddisplay", display ); jQuery.data( this[i], "olddisplay", display );
} }
} }


// Set the display of the elements in a second loop // Set the display of the elements in a second loop
Expand Down

0 comments on commit 1cdd9f8

Please sign in to comment.