Add missing parentheses

master
DanielApt 9 years ago
parent 2ef7e81ce9
commit 6c5b9d249e

@ -338,13 +338,13 @@ You can listen to these events either with vanilla JavaScript
```javascript
document.addEventListener('ps-scroll-x', function () {
// ...
}
})
```
or with jQuery
```javascript
$(document).on('ps-scroll-x', function () {
// ...
}
})
```
## Contribution

Loading…
Cancel
Save