Semicolon at the end of the Statement and Remove trailing whitespaces at the end... 68/94768/3
authoranushadasari <danush10@in.ibm.com>
Mon, 2 Sep 2019 11:37:26 +0000 (17:07 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 10 Sep 2019 13:05:45 +0000 (13:05 +0000)
commitac281ff82fe50f9c043b2605d9843748f7aa1458
treedfa36ab31bdf40fbf7746bcee0c59e43107fab16
parent1b4336d9c26c4febe86036900bfa7994c0fadca5
Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line

In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can
be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end
of each line.

Issue-ID: VID-604
Change-Id: I850ee4d00e2f263105a15a5778c11cfb2e526986
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js