tilt.js
tilt.js copied to clipboard
Mouse events wrong on documentation
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 :)