Add a semicolon at the end of this statement. 57/95457/2
authoranushadasari <danush10@in.ibm.com>
Wed, 11 Sep 2019 06:17:43 +0000 (11:47 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 24 Sep 2019 16:33:58 +0000 (16:33 +0000)
commit77b108c37264af0e906236f00491bbce3eba2244
tree85949a1c3f58d9d13fa3b67262aa33bfb86e1cfa
parentc6de597cf45091ee005f0a4ff14db8339ceaa1e0
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: I2adee2c4d945cde39d796106fa6540d875b25219
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/services/creationService.js