nuka-carousel
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -188,4 +188,4 @@ 'use strict'; | ||
self.touchObject = { | ||
startX: event.touches[0].pageX, | ||
startY: event.touches[0].pageY | ||
startX: e.touches[0].pageX, | ||
startY: e.touches[0].pageY | ||
}; | ||
@@ -455,3 +455,3 @@ }, | ||
onReadyStateChange: function onReadyStateChange(event) { | ||
onReadyStateChange: function onReadyStateChange() { | ||
this.setDimensions(); | ||
@@ -458,0 +458,0 @@ }, |
{ | ||
"name": "nuka-carousel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Pure React Carousel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -168,4 +168,4 @@ 'use strict'; | ||
self.touchObject = { | ||
startX: event.touches[0].pageX, | ||
startY: event.touches[0].pageY | ||
startX: e.touches[0].pageX, | ||
startY: e.touches[0].pageY | ||
} | ||
@@ -444,3 +444,3 @@ }, | ||
onReadyStateChange(event) { | ||
onReadyStateChange() { | ||
this.setDimensions(); | ||
@@ -447,0 +447,0 @@ }, |
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
84286