Merge pull request #1264 from kamil2079/patch-1

This commit is contained in:
Rico Sta. Cruz 2019-11-17 17:58:43 +11:00
commit 4cdd05f9aa
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Test queries in the Xpath test bed:<br>
### Browser console
```js
$x('//div')
$x("//div")
```
Works in Firefox and Chrome.