tristen / hoverintent

:mouse: Fire mouse events when a user intends it
https://tristen.ca/hoverintent/
MIT License
331 stars 54 forks source link

Fixed Behavior #5

Closed darkspotinthecorner closed 9 years ago

darkspotinthecorner commented 9 years ago

tracker did not receive a input param, therefore "e" was always pulled from the scope of the dispatch function, remaining static for the whole duration, essentially disabling the intended hoverintent behavior and reducing it to a delay hover check. ;)

tristen commented 9 years ago

@darkspotinthecorner :+1:

darkspotinthecorner commented 9 years ago

@tristen Glad I could help. :)