Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.param tests...
[jquery.git] / src / core.js
index 008a88c..346e52d 100644 (file)
@@ -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;
                }