Add a semicolon at the end of this statement 55/94955/1
authoranushadasari <danush10@in.ibm.com>
Wed, 4 Sep 2019 16:51:55 +0000 (22:21 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 4 Sep 2019 16:52:12 +0000 (22:22 +0530)
commit34369db605daa0a5ec97ec3baf598a7e89aa9106
tree9bae4fabaacae751e813af615de75e537031555e
parent0ccf8ebba94447e7e7004c1a14049f679b0f28b2
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: I92d5834ace5659334bdede1dfc2af23cc697f78a
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/directives/popupWindowDirective.js