tilt.js icon indicating copy to clipboard operation
tilt.js copied to clipboard

Mouse events wrong on documentation

Open Awilson089 opened this issue 5 years ago • 0 comments

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 :)

Awilson089 avatar Aug 12 '19 10:08 Awilson089