Leak msWDfn in test/test-fp.js to prevent false fails in Edge on sauce.

This commit is contained in:
John-David Dalton
2016-02-23 09:56:35 -08:00
parent bab4ffff62
commit 80b5731709

View File

@@ -21,6 +21,9 @@
slice = arrayProto.slice,
WeakMap = root.WeakMap;
// Leak to avoid sporadic `noglobals` fails on Edge in Sauce Labs.
root.msWDfn = undefined;
/*--------------------------------------------------------------------------*/
/** Use a single "load" function. */