Remove unneeded Object use.

This commit is contained in:
John-David Dalton
2015-08-19 16:42:24 -07:00
parent a049c1189e
commit 3f7ee9bd2e

View File

@@ -3786,7 +3786,6 @@
if (object == null) {
return false;
}
object = Object(object);
var result = hasFunc(object, path);
if (!result && !isKey(path)) {
path = toPath(path);