From 3f7ee9bd2e02dd35190351b8245149548b8df0f3 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 19 Aug 2015 16:42:24 -0700 Subject: [PATCH] Remove unneeded `Object` use. --- lodash.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.js b/lodash.js index 249506c7e..ac8eab463 100644 --- a/lodash.js +++ b/lodash.js @@ -3786,7 +3786,6 @@ if (object == null) { return false; } - object = Object(object); var result = hasFunc(object, path); if (!result && !isKey(path)) { path = toPath(path);