mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Fix preventExtensions definition typo. [closes #1153]
This commit is contained in:
@@ -776,7 +776,7 @@
|
|||||||
getOwnPropertySymbols = isNative(getOwnPropertySymbols = Object.getOwnPropertySymbols) && getOwnPropertySymbols,
|
getOwnPropertySymbols = isNative(getOwnPropertySymbols = Object.getOwnPropertySymbols) && getOwnPropertySymbols,
|
||||||
getPrototypeOf = isNative(getPrototypeOf = Object.getPrototypeOf) && getPrototypeOf,
|
getPrototypeOf = isNative(getPrototypeOf = Object.getPrototypeOf) && getPrototypeOf,
|
||||||
push = arrayProto.push,
|
push = arrayProto.push,
|
||||||
preventExtensions = isNative(Object.preventExtensions = Object.preventExtensions) && preventExtensions,
|
preventExtensions = isNative(preventExtensions = Object.preventExtensions) && preventExtensions,
|
||||||
propertyIsEnumerable = objectProto.propertyIsEnumerable,
|
propertyIsEnumerable = objectProto.propertyIsEnumerable,
|
||||||
Set = isNative(Set = context.Set) && Set,
|
Set = isNative(Set = context.Set) && Set,
|
||||||
setTimeout = context.setTimeout,
|
setTimeout = context.setTimeout,
|
||||||
|
|||||||
Reference in New Issue
Block a user