From 4003c88cd58ac75f2a44e8bac252521e135b821b Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 8 Feb 2024 12:35:52 +0000 Subject: [PATCH] Update promise-polyfill.js fix typo in "umodified". --- lib/promise-polyfill.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/promise-polyfill.js b/lib/promise-polyfill.js index e56fc8618..d144ac46d 100644 --- a/lib/promise-polyfill.js +++ b/lib/promise-polyfill.js @@ -26,8 +26,6 @@ THE SOFTWARE. Patches for use in QUnit: -- 2024-02-07: Save umodified setImmediate to avoid conflicts with fake timers. - - 2021-01-09: Export as module only, don't change global scope as QUnit must not affect the host context (e.g. people may test their application intentionally with different or no polyfills and we must not affect that). @@ -38,6 +36,8 @@ Patches for use in QUnit: - 2021-01-10: Add 'globalThis' to globalNS implementation to support SpiderMonkey. +- 2024-02-07: Save unmodified setImmediate to avoid conflicts with Sinon fake timers. + */ (function () { 'use strict';