Fix docs lint warnings

This commit is contained in:
Cheng Zhao 2017-03-16 20:18:16 +09:00
parent 0287f23e3b
commit 71c3e97e81

View file

@ -44,7 +44,7 @@ loads no native modules after the Web Workers get started.
process.dlopen = () => {
throw new Error('Load native module is not safe')
}
new Worker('script.js')
let worker = new Worker('script.js')
```
[web-workers]: https://developer.mozilla.org/en/docs/Web/API/Web_Workers_API/Using_web_workers