minor fixes
This commit is contained in:
parent
9fcffe1692
commit
15f7acfc2a
15 changed files with 17 additions and 17 deletions
|
@ -88,7 +88,7 @@ class HoverIntent {
|
|||
if (speed < this.sensitivity) {
|
||||
clearInterval(this.checkSpeedInterval);
|
||||
this.isHover = true;
|
||||
this.over.call(this.elem, event);
|
||||
this.over.call(this.elem);
|
||||
} else {
|
||||
// speed fast, remember new coordinates as the previous ones
|
||||
this.prevX = this.lastX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue