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, responsive: true,
responsiveAnimationDuration: 0, responsiveAnimationDuration: 0,
maintainAspectRatio: true, maintainAspectRatio: true,
events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"], events: ["mousemove", "mouseout", "click", "touchstart", "touchmove"],
hover: { hover: {
onHover: null, onHover: null,
mode: 'single', mode: 'single',