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

Mouse events wrong on documentation #57

Open
Awilson089 opened this issue Aug 12, 2019 · 0 comments
Open

Mouse events wrong on documentation #57

Awilson089 opened this issue Aug 12, 2019 · 0 comments

Comments

@Awilson089
Copy link

Hi, I noticed that the mouse events are wrong on the documentation:

tilt.on('tilt.mouseLeave', callback);
tilt.on('tilt.mouseEnter', callback);

Is in fact:

tilt.on('tilt.mouseleave', callback);
tilt.on('tilt.mouseenter', callback);

Sorry if this is obvious – I just didn't notice it straight away :)

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