From 3099d967daf419b37e30e349d099b05d7d601dfc Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Wed, 11 Nov 2015 21:21:25 -0500 Subject: [PATCH] Do not bind to touchend events. This is the same as v1.x --- src/core/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.js b/src/core/core.js index 922a845f1..c8687e973 100755 --- a/src/core/core.js +++ b/src/core/core.js @@ -79,7 +79,7 @@ responsive: true, responsiveAnimationDuration: 0, maintainAspectRatio: true, - events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"], + events: ["mousemove", "mouseout", "click", "touchstart", "touchmove"], hover: { onHover: null, mode: 'single', -- 2.47.2