diff --git a/lodash.src.js b/lodash.src.js index fbd783a5c..84834c952 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -11097,7 +11097,7 @@ createCallback = index ? baseMatches : baseProperty; LazyWrapper.prototype[methodName] = function(value) { - return this[operationName](createCallback(index ? value : (value + ''))); + return this[operationName](createCallback(value)); }; });