Rename cachedContains reference in build.js to createCache.

Former-commit-id: 3b8cee53f3b7cadc5350c4261794cec72e704427
This commit is contained in:
John-David Dalton
2013-05-20 22:57:31 -07:00
parent 32f0ebbe61
commit 1bb0b58cce

View File

@@ -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');