typos
This commit is contained in:
parent
a4a16fccd6
commit
57dc058c49
4 changed files with 9 additions and 9 deletions
|
@ -106,7 +106,7 @@ alert( worker.slow(1) ); // the original method works
|
|||
worker.slow = cachingDecorator(worker.slow); // now make it caching
|
||||
|
||||
*!*
|
||||
alert( worker.slow(2) ); // WOOPS! Error: Cannot read property 'someMethod' of undefined
|
||||
alert( worker.slow(2) ); // Whoops! Error: Cannot read property 'someMethod' of undefined
|
||||
*/!*
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue