mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-12 15:57:26 +00:00
Scripts: one more for JS
This commit is contained in:
parent
35f46bbb11
commit
3280916191
@ -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…
x
Reference in New Issue
Block a user