Backing out fb6c038bf0
, was causing jQuery.param tests to fail - unfixes #7413.
This commit is contained in:
parent
bc05cb9d80
commit
b4bb6e1126
2 changed files with 4 additions and 17 deletions
|
@ -532,12 +532,6 @@ jQuery.extend({
|
|||
},
|
||||
|
||||
isEmptyObject: function( obj ) {
|
||||
|
||||
// Fixes #7413 Check to see if obj passes isPlainObject
|
||||
if ( !jQuery.isPlainObject( obj ) ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
for ( var name in obj ) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue