mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v3.10.1.
This commit is contained in:
@@ -22,7 +22,7 @@ define(['../internal/baseGet', '../internal/toPath'], function(baseGet, toPath)
|
||||
*/
|
||||
function propertyOf(object) {
|
||||
return function(path) {
|
||||
return baseGet(object, toPath(path), path + '');
|
||||
return baseGet(object, toPath(path), (path + ''));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user