Add a semicolon at the end of this statement. 63/95563/2
authoranushadasari <danush10@in.ibm.com>
Thu, 12 Sep 2019 11:00:49 +0000 (16:30 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 24 Sep 2019 16:36:22 +0000 (16:36 +0000)
commite9cb05ed8984671709aa1876d798e9136a7cb45f
tree92cbd6f7d3f5bd1f96ac56af5e808fd8afb8dc50
parentc7385d8f78dd2fcef65081639510cd3b125ec288
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-607
Change-Id: Id3fd3e7baea856e8aab4c5c7c509a6c00bb44ced
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/services/deleteResumeService.js