Do not bind to touchend events. This is the same as v1.x

This commit is contained in:
Evert Timberg 2015-11-11 21:21:25 -05:00
parent fff13f2692
commit 3099d967da

View File

@ -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',