mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Consolidate prototype vars used only once.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import assocIndexOf from './_assocIndexOf.js';
|
||||
|
||||
/** Used for built-in method references. */
|
||||
const arrayProto = Array.prototype;
|
||||
|
||||
/** Built-in value references. */
|
||||
const splice = arrayProto.splice;
|
||||
const splice = Array.prototype.splice;
|
||||
|
||||
/**
|
||||
* Removes `key` and its value from the list cache.
|
||||
|
||||
Reference in New Issue
Block a user