From 3280916191a9191d46fea257bad4a1121f9cb230 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 24 Apr 2025 10:57:26 +0200 Subject: [PATCH] Scripts: one more for JS --- Scripts/unused-functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/unused-functions.sh b/Scripts/unused-functions.sh index d8897adfa..3c90934cb 100755 --- a/Scripts/unused-functions.sh +++ b/Scripts/unused-functions.sh @@ -70,6 +70,7 @@ grep -Eor '^function &?[^( ]+' ${TESTDIR} | tr ':' ' ' | tr -d '&' | while read -e "'${FUNC}:" \ -e "${FUNC}.bind" \ -e "${FUNC}.call" \ + -e ".keyup(${FUNC})" \ -e "= ${FUNC};" \ | wc -l | awk '{ print $1 }') if [ ${USED} -le 1 ]; then