mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
removing now unused propertyIsEnumerable reference.
This commit is contained in:
@@ -26,8 +26,7 @@
|
|||||||
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