mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
removing now unused propertyIsEnumerable reference.
This commit is contained in:
@@ -23,11 +23,10 @@
|
|||||||
var ArrayProto = Array.prototype, ObjProto = Object.prototype;
|
var ArrayProto = Array.prototype, ObjProto = Object.prototype;
|
||||||
|
|
||||||
// Create quick reference variables for speed access to core prototypes.
|
// Create quick reference variables for speed access to core prototypes.
|
||||||
var slice = ArrayProto.slice,
|
var slice = ArrayProto.slice,
|
||||||
unshift = ArrayProto.unshift,
|
unshift = ArrayProto.unshift,
|
||||||
toString = ObjProto.toString,
|
toString = ObjProto.toString,
|
||||||
hasOwnProperty = ObjProto.hasOwnProperty,
|
hasOwnProperty = ObjProto.hasOwnProperty;
|
||||||
propertyIsEnumerable = ObjProto.propertyIsEnumerable;
|
|
||||||
|
|
||||||
// All **ECMAScript 5** native function implementations that we hope to use
|
// All **ECMAScript 5** native function implementations that we hope to use
|
||||||
// are declared here.
|
// are declared here.
|
||||||
|
|||||||
Reference in New Issue
Block a user