mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Fix build for _.bind.
Former-commit-id: 59ef841bca271bed05555c4b40e32b85ee1a4d37
This commit is contained in:
1
build.js
1
build.js
@@ -571,6 +571,7 @@
|
|||||||
}
|
}
|
||||||
if (isRemoved(source, 'bind')) {
|
if (isRemoved(source, 'bind')) {
|
||||||
source = removeVar(source, 'nativeBind');
|
source = removeVar(source, 'nativeBind');
|
||||||
|
source = removeVar(source, 'useNativeBind');
|
||||||
}
|
}
|
||||||
if (isRemoved(source, 'isArray')) {
|
if (isRemoved(source, 'isArray')) {
|
||||||
source = removeVar(source, 'nativeIsArray');
|
source = removeVar(source, 'nativeIsArray');
|
||||||
|
|||||||
Reference in New Issue
Block a user