Typo
This commit is contained in:
parent
891907886f
commit
f73236def6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function count() {
|
||||||
|
|
||||||
if (i == 1000000000) {
|
if (i == 1000000000) {
|
||||||
alert("Done in " + (Date.now() - start) + 'ms');
|
alert("Done in " + (Date.now() - start) + 'ms');
|
||||||
cancelInterval(timer);
|
clearInterval(timer);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue