Fix omitted semicolon
This commit is contained in:
parent
0a30527c85
commit
8da91b9eed
@ -47,7 +47,7 @@ Until [#346](https://github.com/mozilla/readability/issues/346) is fixed, if you
|
|||||||
```javascript
|
```javascript
|
||||||
...
|
...
|
||||||
var dom = new JSDOM(html, OPTIONS);
|
var dom = new JSDOM(html, OPTIONS);
|
||||||
Node = dom.window.Node
|
Node = dom.window.Node;
|
||||||
var article = new Readability(uri, dom).parse();
|
var article = new Readability(uri, dom).parse();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user