Bump to v3.3.1.

This commit is contained in:
jdalton
2015-02-23 22:17:35 -08:00
parent ebf61a1bd9
commit 1e05116bcb
13 changed files with 32 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ function intersection() {
var value = arguments[argsIndex];
if (isArray(value) || isArguments(value)) {
args.push(value);
caches.push(isCommon && value.length >= 120 && createCache(argsIndex && value));
caches.push((isCommon && value.length >= 120) ? createCache(argsIndex && value) : null);
}
}
argsLength = args.length;