[Tool][Generator] JS template code style
authorpius.lee <pius.lee@samsung.com>
Wed, 14 Jan 2015 11:17:56 +0000 (20:17 +0900)
committerRafal Galka <r.galka@samsung.com>
Wed, 14 Jan 2015 15:06:41 +0000 (00:06 +0900)
commit23ce6f66685305cd1252a22a3b338bd436a84838
tree8b2c9f81972518c5d87aa3a787f347b513de1613
parent089de7898635197c43498cc5dc4e0dbe3b753456
[Tool][Generator] JS template code style

[Verification] Code style of generated JS file should be
compliant with Google style guide.

Running:
gjslint --strict --nojsdoc --max_line_length 100 \
--unix_mode path/to/[module]_api.js
Should return 0 or few "Line too long" errors.

Change-Id: I60a82036869df1abc0e7394174607833e1c3249f
Signed-off-by: pius.lee <pius.lee@samsung.com>
tools/skeleton_generator/tpl/tpl_api.js