Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.param tests...
[jquery.git] / src / core.js
index 18cd3a3..346e52d 100644 (file)
@@ -733,6 +733,7 @@ jQuery.extend({
                        }
                }
 
+               // Flatten any nested arrays
                return ret.concat.apply( [], ret );
        },