Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "tooltip", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Tooltip manager", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -44,3 +44,3 @@ 'use strict'; | ||
root.addEventListener('mousemove', throttle) | ||
root.addEventListener('mousemove', onMouseMove) | ||
@@ -54,3 +54,3 @@ return { | ||
removeMouseLeave() | ||
root.removeEventListener('mousemove', throttle) | ||
root.removeEventListener('mousemove', onMouseMove) | ||
@@ -57,0 +57,0 @@ root = null |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164869