commit
3483424f62
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ let worker = {
|
||||||
},
|
},
|
||||||
|
|
||||||
slow(x) {
|
slow(x) {
|
||||||
// actually, there can be a scary CPU-heavy task here
|
// scary CPU-heavy task here
|
||||||
alert("Called with " + x);
|
alert("Called with " + x);
|
||||||
return x * this.someMethod(); // (*)
|
return x * this.someMethod(); // (*)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue