Fix omitted semicolon

pull/415/head
Gijs 7 years ago committed by GitHub
parent 0a30527c85
commit 8da91b9eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save