Properly use Object.prototype.hasOwnProperty().
This commit is contained in:
parent
73821b0f12
commit
7d7e6e10b9
@ -10,7 +10,7 @@ import isObject from './is-object'
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
create: createObject,
|
create: createObject,
|
||||||
hasOwnProperty
|
prototype: { hasOwnProperty }
|
||||||
} = Object
|
} = Object
|
||||||
|
|
||||||
// ===================================================================
|
// ===================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user