mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Remove unused unshift variable.
This commit is contained in:
@@ -755,7 +755,6 @@
|
||||
setTimeout = context.setTimeout,
|
||||
splice = arrayProto.splice,
|
||||
Uint8Array = isNative(Uint8Array = context.Uint8Array) && Uint8Array,
|
||||
unshift = arrayProto.unshift,
|
||||
WeakMap = isNative(WeakMap = context.WeakMap) && WeakMap;
|
||||
|
||||
/** Used to clone array buffers. */
|
||||
|
||||
Reference in New Issue
Block a user