Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example snippet on homepage has wrong arguments #11

Open
robvdl opened this issue Apr 16, 2020 · 0 comments
Open

Example snippet on homepage has wrong arguments #11

robvdl opened this issue Apr 16, 2020 · 0 comments

Comments

@robvdl
Copy link

robvdl commented Apr 16, 2020

It says:

document.addEventListener('scan', function(sScancode, iQuatity) { ....

However I discovered it really returns an event, and you have to use event.detail.scanCode and event.detail.qty instead. Might be worth updating the example on the website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant