Add a semicolon at the end of this statement. 59/95459/2
authoranushadasari <danush10@in.ibm.com>
Wed, 11 Sep 2019 06:21:41 +0000 (11:51 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 24 Sep 2019 16:34:46 +0000 (16:34 +0000)
commitc7385d8f78dd2fcef65081639510cd3b125ec288
treea33d92233c0fe6e07422713807754ae6d65f8942
parent77b108c37264af0e906236f00491bbce3eba2244
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: I45637083e88ac2e1c4cb27519a3116f2f5f792e8
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/services/dataService.js