1
0
Fork 0

Fixed jslint-script for enterprise files

This commit is contained in:
Michael Hackstein 2016-09-20 16:18:43 +02:00
parent e52768c497
commit 94e7b203de
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if [ "x$@" == "x" ] ; then
if [ -d ./enterprise ] ; then
echo Considering enterprise files...
JAVASCRIPT_JSLINT="$JAVASCRIPT_JSLINT \
`find ./enterprise/Enterprise/js -name "*.js"` \
`find ./enterprise/js -name "*.js"` \
"
fi
else