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