mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -14,7 +14,7 @@ var mapTag = '[object Map]',
|
||||
setTag = '[object Set]';
|
||||
|
||||
/** Built-in value references. */
|
||||
var iteratorSymbol = typeof (iteratorSymbol = Symbol && Symbol.iterator) == 'symbol' ? iteratorSymbol : undefined;
|
||||
var iteratorSymbol = Symbol ? Symbol.iterator : undefined;
|
||||
|
||||
/**
|
||||
* Converts `value` to an array.
|
||||
|
||||
Reference in New Issue
Block a user