Add Semicolon at the end 26/95126/1
authoranushadasari <danush10@in.ibm.com>
Fri, 6 Sep 2019 09:54:14 +0000 (15:24 +0530)
committeranushadasari <danush10@in.ibm.com>
Fri, 6 Sep 2019 09:54:28 +0000 (15:24 +0530)
commiteb3d8d9cb97f9ebde71c89c86310b78bf8fd92ba
tree546107bd3842431b6e4c6bfe43d1204676b67f94
parent71831035554c86ae9a60fad0b883fce7269eecfc
Add Semicolon at the end

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