mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Bump to v3.4.0.
This commit is contained in:
@@ -15,7 +15,7 @@ import baseFlatten from '../internal/baseFlatten';
|
||||
*/
|
||||
function flattenDeep(array) {
|
||||
var length = array ? array.length : 0;
|
||||
return length ? baseFlatten(array, true) : [];
|
||||
return length ? baseFlatten(array, true, false, 0) : [];
|
||||
}
|
||||
|
||||
export default flattenDeep;
|
||||
|
||||
Reference in New Issue
Block a user