Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
flashdesignory committed Dec 2, 2024
1 parent 010c273 commit 9863115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@

window.addEventListener("start-test", () => checkIn("runner"));
document.addEventListener("readystatechange", () => {
if(document.readyState === "complete") {
if (document.readyState === "complete") {
window.domReady = true;
checkIn("dom")
checkIn("dom");
}
});
</script>
Expand Down

0 comments on commit 9863115

Please sign in to comment.