mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Ensure _.isArray assignment is handled correctly for builds.
Former-commit-id: a844909ada5fbb394cbb91d06e6c76ccc6c40ff7
This commit is contained in:
2
build.js
2
build.js
@@ -1915,9 +1915,9 @@
|
||||
if (isMobile) {
|
||||
source = replaceSupportProp(source, 'enumPrototypes', 'true');
|
||||
source = replaceSupportProp(source, 'nonEnumArgs', 'true');
|
||||
source = removeIsArrayFallback(source);
|
||||
}
|
||||
else {
|
||||
source = removeIsArrayFallback(source);
|
||||
source = removeIsFunctionFallback(source);
|
||||
|
||||
// remove `shimIsPlainObject` from `_.isPlainObject`
|
||||
|
||||
Reference in New Issue
Block a user