examples: js: ensure we finish all statements with a semicolon
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 24 Dec 2019 14:23:14 +0000 (09:23 -0500)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Dec 2019 21:12:14 +0000 (06:12 +0900)
commitf555097e8a0a01efbdd73e98d7d2b7cdbf7c4076
tree711f73992c81e87927f22d1a38e60a126b47d54b
parent2d88220aa43684f11c86ea18f1d107b65c2e7d00
examples: js: ensure we finish all statements with a semicolon

Summary:
JS interpreters seems to be forgiving for these but the majority of the
js code examples already use semicolons. Make it consistent and fix up
the missing places.

Reported-By: https://lgtm.com/projects/g/Enlightenment/efl
Reviewers: felipealmeida, zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10882
src/examples/elementary/bg_example_01.js
src/examples/elementary/button_example_01.js
src/examples/elementary/twitter_example_01.js