Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing these issues.
[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 );
        },