From c7f646c76cddaab9d1ce8efa3efa813e65001ec8 Mon Sep 17 00:00:00 2001 From: pebutler3 Date: Thu, 28 Oct 2021 14:00:41 -0600 Subject: [PATCH] chore: remove commented out variable --- 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 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 }; -- 2.47.2