Add a semicolon at the end of this statement 03/94403/2
authoranushadasari <danush10@in.ibm.com>
Wed, 28 Aug 2019 06:56:19 +0000 (12:26 +0530)
committerIttay Stern <ittay.stern@att.com>
Thu, 29 Aug 2019 11:59:40 +0000 (11:59 +0000)
commit3387e0b442f4111d43707df92c3f37d1ef390c73
tree3b5f4837ba703973f0b5a9227afc98386b8ff93d
parenta4aae1860d3aa324dbfa54c639aa7da39c18745c
Add a semicolon at the end of this statement

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-597
Change-Id: If9e0bba384cd1345e4674e5e06085ba8feb78e39
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/change-management.controller.js