Semicolon at the end of the Statement and Remove trailing whitespaces at the end... 97/94797/4
authoranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 06:53:24 +0000 (12:23 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 10 Sep 2019 13:13:02 +0000 (13:13 +0000)
commit36d7a4aeb15346c8f85ed694a1d54d81c7cc50e2
treef2c8fc584d11866935265bacf6ccd2c5632be0e2
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: Ic6daf9162504a2296a7e2cf48f08e60cabe14b21
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/statusDialogController.js