mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Whitespace correction
This commit is contained in:
parent
1cdd9f8cab
commit
a59bb30d0a
2
src/effects.js
vendored
2
src/effects.js
vendored
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user