diff --git a/lodash.src.js b/lodash.src.js index f723d759c..9aba6844a 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -2389,6 +2389,7 @@ if (object == null) { return !length; } + object = toObject(object); while (index--) { var data = matchData[index]; if ((noCustomizer && data[2])