From fe53bd6475b3012209ae778b7909ac26183a1e54 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 2 Jul 2012 00:26:16 -0400 Subject: [PATCH] Fix build for `_.bind`. Former-commit-id: 59ef841bca271bed05555c4b40e32b85ee1a4d37 --- build.js | 1 + 1 file changed, 1 insertion(+) 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');