]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
style: remove extranous linebreak in Touch (v6.5)
authorNicolas Coden <nicolas@ncoden.fr>
Wed, 10 Oct 2018 17:29:08 +0000 (19:29 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Thu, 11 Oct 2018 19:46:38 +0000 (21:46 +0200)
This is a patch of 2ae641e (#11430) for v6.5.

js/foundation.util.touch.js

index cd46be1f4827cd959c1b8d5132bdbf08b0091059..a50f3c01e3caffa0a210794ab44db81d302bd0ab 100644 (file)
@@ -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);