diff --git a/lodash.src.js b/lodash.src.js index fae5f2d4c..5c5d4342d 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -1801,7 +1801,7 @@ // Handle "_.property" and "_.matches" style callback shorthands. return type == 'object' ? baseMatches(func, !argCount) - : baseProperty(argCount ? baseToString(func) : func); + : baseProperty(func + ''); } /**