Whitespace correction

This commit is contained in:
rwldrn 2010-12-09 12:50:01 -05:00
parent 1cdd9f8cab
commit a59bb30d0a

2
src/effects.js vendored
View file

@ -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 );
}
}