Fix missing default value for JSCS var in run_tests.sh

Adds default value so ./run_tests.sh without --jscs doesn't produce warning.

Change-Id: I1f68e9c9dc22f8f1279532fd4aae6919e63abd80
Closes-Bug: 1450799
This commit is contained in:
Matt Borland 2015-05-01 08:02:00 -06:00
parent 56d340ce34
commit 5f60007283
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ no_pep8=0
just_pylint=0
just_docs=0
just_tabs=0
just_jscs=0
just_jshint=0
never_venv=0
quiet=0