Skip to content

Commit

Permalink
Update promise-polyfill.js
Browse files Browse the repository at this point in the history
fix typo in "umodified".
  • Loading branch information
Krinkle authored Feb 8, 2024
1 parent e7dbd7a commit 4003c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/promise-polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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';
Expand Down

0 comments on commit 4003c88

Please sign in to comment.