fix: Removed whitespace from example

This commit is contained in:
Jamie Peabody
2026-02-23 19:37:31 +00:00
parent 93eee752a7
commit 69ecf76fe6

View File

@@ -14,7 +14,6 @@ the quick brown fox
jumped over the lazy dog
`;
document.onreadystatechange = function () {
if (document.readyState !== 'complete') {
return;