mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Whitespace correction
This commit is contained in:
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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user