obj === Object(obj) comparison is an unnecessary artifact from refactoring

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2012-12-24 10:38:02 -05:00
parent dcf94a58c7
commit 7e3f96cf3f

View File

@ -427,7 +427,7 @@ jQuery.extend({
return false;
}
return obj === Object( obj );
return true;
},
isEmptyObject: function( obj ) {