mirror of
https://github.com/jquery/jquery.git
synced 2026-02-08 16:25:01 -05:00
obj === Object(obj) comparison is an unnecessary artifact from refactoring
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
@@ -427,7 +427,7 @@ jQuery.extend({
|
||||
return false;
|
||||
}
|
||||
|
||||
return obj === Object( obj );
|
||||
return true;
|
||||
},
|
||||
|
||||
isEmptyObject: function( obj ) {
|
||||
|
||||
Reference in New Issue
Block a user