mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Add IE11 note to noMapSetTag definition. [ci skip]
This commit is contained in:
@@ -1366,7 +1366,7 @@
|
|||||||
var mapCtorString = nativeMap ? fnToString.call(nativeMap) : '',
|
var mapCtorString = nativeMap ? fnToString.call(nativeMap) : '',
|
||||||
setCtorString = nativeSet ? fnToString.call(nativeSet) : '';
|
setCtorString = nativeSet ? fnToString.call(nativeSet) : '';
|
||||||
|
|
||||||
/** Detect support for map and set `toStringTag` values. */
|
/** Detect lack of support for map and set `toStringTag` values (IE 11). */
|
||||||
var noMapSetTag = nativeMap && nativeSet &&
|
var noMapSetTag = nativeMap && nativeSet &&
|
||||||
!(objToString.call(new Map) == mapTag && objToString.call(new Set) == setTag);
|
!(objToString.call(new Map) == mapTag && objToString.call(new Set) == setTag);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user