Semicolon at the end of the Statement 54/94854/1
authoranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 16:06:40 +0000 (21:36 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 16:07:00 +0000 (21:37 +0530)
commit16b211b09ee1efa0a8b80067b5871f464d48c61c
tree84cc9226e6e6a47ef7f7c27f6279ccd1d52bce7b
parent65f43964509723e1555517631536fe247df223e9
Semicolon at the end of the 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: I45f7576fe1410b4ab46949547584a597ed98c0b3
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js