Comparing version 0.0.14 to 0.0.15
@@ -14,3 +14,2 @@ 'use strict'; | ||
*/ | ||
function DOMMouseMoveTracker(onMove, onMoveEnd, domNode) { | ||
@@ -17,0 +16,0 @@ _classCallCheck(this, DOMMouseMoveTracker); |
@@ -142,7 +142,7 @@ 'use strict'; | ||
_offsetParent = _offsetParent || offsetParent(node); | ||
_offset = offset(node); | ||
_offsetParent = _offsetParent || getOffsetParent(node); | ||
_offset = getOffset(node); | ||
if (nodeName(_offsetParent) !== 'html') { | ||
_parentOffset = offset(_offsetParent); | ||
_parentOffset = getOffset(_offsetParent); | ||
} | ||
@@ -149,0 +149,0 @@ |
{ | ||
"name": "dom-lib", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "DOM helper library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
31947