mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Back out one of the changes from the previous commit that wasn't necessary to fix the bug and might not be desired.
This commit is contained in:
@@ -553,7 +553,7 @@ jQuery.extend = jQuery.fn.extend = function() {
|
||||
target[ name ] = jQuery.extend( target[ name ], options[ name ] );
|
||||
|
||||
// Don't bring in undefined values
|
||||
else if ( options[ name ] !== undefined )
|
||||
else if ( options[ name ] != undefined )
|
||||
target[ name ] = options[ name ];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user