From: pebutler3 Date: Thu, 28 Oct 2021 20:00:41 +0000 (-0600) Subject: chore: remove commented out variable X-Git-Tag: v6.7.4^2~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7f646c76cddaab9d1ce8efa3efa813e65001ec8;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: remove commented out variable --- diff --git a/js/foundation.util.touch.js b/js/foundation.util.touch.js index 92aee0b1d..7ec5f080d 100644 --- a/js/foundation.util.touch.js +++ b/js/foundation.util.touch.js @@ -89,7 +89,6 @@ class SpotSwipe { } _init() { - // var $ = this.$; $.event.special.swipe = { setup: init }; $.event.special.tap = { setup: init };