From 2ae641e4d404d3c5987bce407cec36a6ec873a5a Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 9 Sep 2018 23:51:25 +0200 Subject: [PATCH] style: remove extranous linebreak in Touch --- js/foundation.util.touch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/foundation.util.touch.js b/js/foundation.util.touch.js index cd46be1f4..a50f3c01e 100644 --- a/js/foundation.util.touch.js +++ b/js/foundation.util.touch.js @@ -19,7 +19,6 @@ function onTouchEnd(e) { this.removeEventListener('touchmove', onTouchMove); this.removeEventListener('touchend', onTouchEnd); - // If the touch did not moved, consider it as a "tap" if (!didMoved) { var tapEvent = $.Event('tap', startEvent || e); -- 2.47.2