draft
This commit is contained in:
parent
65671ab7ba
commit
9c3ac133e3
23 changed files with 330 additions and 273 deletions
|
@ -18,7 +18,7 @@ function count() {
|
|||
if (i == 1000000000) {
|
||||
alert("Done in " + (Date.now() - start) + 'ms');
|
||||
} else {
|
||||
setTimeout(count, 0);
|
||||
setTimeout(count);
|
||||
}
|
||||
|
||||
// a piece of heavy job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue