Add a semicolon at the end of this statement. 04/94404/2
authoranushadasari <danush10@in.ibm.com>
Wed, 28 Aug 2019 07:02:14 +0000 (12:32 +0530)
committerIttay Stern <ittay.stern@att.com>
Thu, 29 Aug 2019 11:59:35 +0000 (11:59 +0000)
commit64f07b08e71fd4948f08e946dea6b42d86d4a291
tree94f3799ddbd650e1f19d2d358a9371e11baeece5
parenta4aae1860d3aa324dbfa54c639aa7da39c18745c
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: I9a80b3c9fd3102f508a33581f57499dba33b51fd
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/detailsDialogController.js