diff --git a/lodash.src.js b/lodash.src.js index d25d362e4..5178ef0ca 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -1795,7 +1795,6 @@ while(++index < propsLength) { var key = props[index]; if (isArr) { - key = parseFloat(key); result[index] = isIndex(key, length) ? collection[key] : undefined; } else { result[index] = collection[key];