summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2013-01-23 17:18:24 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2013-01-23 20:05:09 +0900
commit10a1c3a068f31f25f1e6d6534aedd432c8467c0e (patch)
treefd9135c31a02f6eda166f6354340a5f903042fff /Makefile
parente66011e4aafd00022c44e07faf9c7e50fd21c2af (diff)
downloadweb-ui-fw-10a1c3a068f31f25f1e6d6534aedd432c8467c0e.tar.gz
web-ui-fw-10a1c3a068f31f25f1e6d6534aedd432c8467c0e.tar.bz2
web-ui-fw-10a1c3a068f31f25f1e6d6534aedd432c8467c0e.zip
build: add regexp option to jslint
regexp: true, if the . should be allowed in regexp literals Change-Id: Iea9f91322c50d36db08cfdc79015163980fad99a
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a1cc689..213dbb26 100755
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ THEME_NAME = default
PATH := $(CURDIR)/build-tools/bin:$(PATH)
JSLINT_LEVEL = 1
-JSLINT = jslint --sloppy --eqeq --bitwise --forin --nomen --predef jQuery --color --plusplus --browser --jqmspace
+JSLINT = jslint --sloppy --eqeq --bitwise --forin --nomen --predef jQuery --color --plusplus --browser --jqmspace --regexp
COMMON_WIDGET = common
INLINE_PROTO = 1
OUTPUT_ROOT = $(CURDIR)/build