Whitespace correction
This commit is contained in:
parent
1cdd9f8cab
commit
a59bb30d0a
1 changed files with 1 additions and 1 deletions
2
src/effects.js
vendored
2
src/effects.js
vendored
|
@ -63,7 +63,7 @@ jQuery.fn.extend({
|
||||||
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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue