Adjust large array size for _.difference and cleanup large array optimization code.

Former-commit-id: c3623ce2e0639a9e98d77e36e4dae51063c76e92
This commit is contained in:
John-David Dalton
2013-03-14 14:38:48 -07:00
parent ac5d2a714e
commit 63052257a2
8 changed files with 94 additions and 110 deletions

View File

@@ -2363,7 +2363,6 @@
// remove large array optimizations
source = removeFunction(source, 'cachedContains');
source = removeVar(source, 'largeArraySize');
// remove `_.isEqual` use from `createCallback`
source = source.replace(matchFunction(source, 'createCallback'), function(match) {