From 1bb0b58ccec1f047ebaca2f7e58fd586abd3cfb3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 20 May 2013 22:57:31 -0700 Subject: [PATCH] Rename `cachedContains` reference in build.js to `createCache`. Former-commit-id: 3b8cee53f3b7cadc5350c4261794cec72e704427 --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index eedbff1fa..94f145c81 100755 --- a/build.js +++ b/build.js @@ -2699,7 +2699,7 @@ source = source.replace(/lodash\.support *= */, ''); // remove large array optimizations - source = removeFunction(source, 'cachedContains'); + source = removeFunction(source, 'createCache'); // replace `slice` with `nativeSlice.call` source = removeFunction(source, 'slice');