From 3f8d3b816b8167bcbf48d76af05801cba75fd9dd Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 31 Mar 2023 13:14:04 +0200 Subject: [PATCH] no idea --- js/jquery.tappable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.tappable.js b/js/jquery.tappable.js index 6c30dc1..306ae9d 100644 --- a/js/jquery.tappable.js +++ b/js/jquery.tappable.js @@ -50,7 +50,7 @@ * user performs a "long tap". Best employed on elements that the * user is likely to touch while scrolling. Around 150 will work * well. Defaults to 0. - * + * * onlyIf: Function to run as soon as the user touches the element, to * determine whether to do anything. If it returns a falsy value, * the 'touched' class will not be added and the callback will