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 1cdd9f8 commit a59bb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}

Expand Down

0 comments on commit a59bb30

Please sign in to comment.