Remove Edge note since it’s covered by the IE 11 note. [ci skip]

This commit is contained in:
John-David Dalton
2016-08-15 08:05:33 -07:00
parent aa0323f04d
commit 1c4fccc0fd

View File

@@ -5754,8 +5754,7 @@
*/
var getTag = baseGetTag;
// Fallback for data views, maps, sets, and weak maps in IE 11,
// for data views in Edge < 14, and promises in Node.js < 6.
// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.
if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
(Map && getTag(new Map) != mapTag) ||
(Promise && getTag(Promise.resolve()) != promiseTag) ||