mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Remove unused variables.
This commit is contained in:
@@ -1248,8 +1248,7 @@
|
|||||||
|
|
||||||
/** Used for built-in method references. */
|
/** Used for built-in method references. */
|
||||||
var arrayProto = context.Array.prototype,
|
var arrayProto = context.Array.prototype,
|
||||||
objectProto = context.Object.prototype,
|
objectProto = context.Object.prototype;
|
||||||
stringProto = context.String.prototype;
|
|
||||||
|
|
||||||
/** Used to resolve the decompiled source of functions. */
|
/** Used to resolve the decompiled source of functions. */
|
||||||
var funcToString = context.Function.prototype.toString;
|
var funcToString = context.Function.prototype.toString;
|
||||||
@@ -1287,7 +1286,6 @@
|
|||||||
getPrototypeOf = Object.getPrototypeOf,
|
getPrototypeOf = Object.getPrototypeOf,
|
||||||
getOwnPropertySymbols = Object.getOwnPropertySymbols,
|
getOwnPropertySymbols = Object.getOwnPropertySymbols,
|
||||||
iteratorSymbol = typeof (iteratorSymbol = _Symbol && _Symbol.iterator) == 'symbol' ? iteratorSymbol : undefined,
|
iteratorSymbol = typeof (iteratorSymbol = _Symbol && _Symbol.iterator) == 'symbol' ? iteratorSymbol : undefined,
|
||||||
pow = Math.pow,
|
|
||||||
propertyIsEnumerable = objectProto.propertyIsEnumerable,
|
propertyIsEnumerable = objectProto.propertyIsEnumerable,
|
||||||
setTimeout = context.setTimeout,
|
setTimeout = context.setTimeout,
|
||||||
splice = arrayProto.splice;
|
splice = arrayProto.splice;
|
||||||
|
|||||||
Reference in New Issue
Block a user