Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into ajpiano-explain-map-concat
This commit is contained in:
commit
bc05cb9d80
|
@ -739,6 +739,7 @@ jQuery.extend({
|
|||
}
|
||||
}
|
||||
|
||||
// Flatten any nested arrays
|
||||
return ret.concat.apply( [], ret );
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue