mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37: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) : '',
|
||||
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 &&
|
||||
!(objToString.call(new Map) == mapTag && objToString.call(new Set) == setTag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user