mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
chore: remove duplicate word in comment (#59683)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20) (push) Has been cancelled
CI - Node.js / Lint (20) (push) Has been cancelled
CI - Node.js / Build (20) (push) Has been cancelled
CI - Node.js / Test (20) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
Some checks failed
i18n - Build Validation / Validate i18n Builds (20) (push) Has been cancelled
CI - Node.js / Lint (20) (push) Has been cancelled
CI - Node.js / Build (20) (push) Has been cancelled
CI - Node.js / Test (20) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
This commit is contained in:
parent
c87ae5a8ba
commit
cd50a5564b
@ -381,7 +381,7 @@ const waitForFrame = (frameContext: Context) => {
|
||||
}, 10000);
|
||||
|
||||
// We have to add the listener to the frame, not its contentWindow, because
|
||||
// the the latter does not receive the load event in Safari. It does not
|
||||
// the latter does not receive the load event in Safari. It does not
|
||||
// matter which we use for Chrome and Firefox.
|
||||
frameContext.element?.addEventListener('load', () => {
|
||||
clearTimeout(rejectId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user