mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Consolidate prototype vars used only once.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
/** Used for built-in method references. */
|
||||
const funcProto = Function.prototype;
|
||||
|
||||
/** Used to resolve the decompiled source of functions. */
|
||||
const funcToString = funcProto.toString;
|
||||
const funcToString = Function.prototype.toString;
|
||||
|
||||
/**
|
||||
* Converts `func` to its source code.
|
||||
|
||||
Reference in New Issue
Block a user