mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Remove dead code from baseClone.
This commit is contained in:
@@ -2257,9 +2257,6 @@
|
|||||||
: (object ? value : {});
|
: (object ? value : {});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!isDeep) {
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
// Check for circular references and return its corresponding clone.
|
// Check for circular references and return its corresponding clone.
|
||||||
stack || (stack = new Stack);
|
stack || (stack = new Stack);
|
||||||
var stacked = stack.get(value);
|
var stacked = stack.get(value);
|
||||||
|
|||||||
Reference in New Issue
Block a user