diff --git a/lodash.js b/lodash.js index da9313865..6584f5491 100644 --- a/lodash.js +++ b/lodash.js @@ -11367,7 +11367,7 @@ value = isObject(other) ? (other + '') : other; } if (typeof value != 'string') { - return value === 0 ? value : +value; + return value === 0 ? value : +value; } value = value.replace(reTrim, ''); var isBinary = reIsBinary.test(value);