Semicolon at the end of the Statement and Remove trailing whitespaces at the end... 92/94792/3
authoranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 06:27:47 +0000 (11:57 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 10 Sep 2019 13:12:31 +0000 (13:12 +0000)
commitf4db9059de00b2c0a0b0316fd294d74025e5189e
treed85509e5b61213bf6e6ad60c0ffd193d0a8a4ff9
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-606
Change-Id: Ib1484f91b4b47457c4150b536d420ffc1e6902b4
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js