From: Nicolas Coden Date: Sun, 9 Sep 2018 21:51:25 +0000 (+0200) Subject: style: remove extranous linebreak in Touch X-Git-Tag: v6.6.0~3^2~85^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae641e4d404d3c5987bce407cec36a6ec873a5a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git style: remove extranous linebreak in Touch --- 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);