diff --git a/build.js b/build.js index 252b57bbf..738698213 100755 --- a/build.js +++ b/build.js @@ -571,6 +571,7 @@ } if (isRemoved(source, 'bind')) { source = removeVar(source, 'nativeBind'); + source = removeVar(source, 'useNativeBind'); } if (isRemoved(source, 'isArray')) { source = removeVar(source, 'nativeIsArray');