Skip to content

Commit 1ec20c5

Browse files
committed
Use propertyIsEnumerable var.
1 parent 3421fab commit 1ec20c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@
13931393
var metaMap = WeakMap && new WeakMap;
13941394

13951395
/** Detect if properties shadowing those on `Object.prototype` are non-enumerable. */
1396-
var nonEnumShadows = !({ 'valueOf': 1 }).propertyIsEnumerable('valueOf');
1396+
var nonEnumShadows = !propertyIsEnumerable.call({ 'valueOf': 1 }, 'valueOf');
13971397

13981398
/** Used to lookup unminified function names. */
13991399
var realNames = {};

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy