Add missing parentheses

This commit is contained in:
DanielApt 2015-09-24 09:53:59 +01:00
parent 2ef7e81ce9
commit 6c5b9d249e

View File

@ -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