]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Do not bind to touchend events. This is the same as v1.x 1644/head
authorEvert Timberg <evert.timberg@gmail.com>
Thu, 12 Nov 2015 02:21:25 +0000 (21:21 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Thu, 12 Nov 2015 02:21:25 +0000 (21:21 -0500)
src/core/core.js

index 922a845f104b8e3d97aeedb886a789fbe278c0b1..c8687e973db3a039b1a23aea1e0c5f2b69900164 100755 (executable)
@@ -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',