mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
Scripts: one more for JS
This commit is contained in:
parent
35f46bbb11
commit
3280916191
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue