This commit is contained in:
Brent Guffens 2018-01-30 11:13:42 +01:00 committed by GitHub
parent 891907886f
commit f73236def6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
} }
} }