Add a semicolon at the end of this statement 16/94616/2
authoranushadasari <danush10@in.ibm.com>
Thu, 29 Aug 2019 15:54:47 +0000 (21:24 +0530)
committerIttay Stern <ittay.stern@att.com>
Mon, 2 Sep 2019 10:32:48 +0000 (10:32 +0000)
commit4d45dd55016fff5bb10aca1a2e3b858333c6f93d
tree6d24af8f318c8f3f70fa353d09146081c3d360c0
parenta98f4ff3ed19a38ed18e34a5a18e3be2c9e63732
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: I64c97eaf1877016fe79e6e31caf620f8c99363df
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/deleteResumeDialogController.js