Add semicolon at the end of this statement 51/94251/1
authoranushadasari <danush10@in.ibm.com>
Sun, 25 Aug 2019 15:11:02 +0000 (20:41 +0530)
committeranushadasari <danush10@in.ibm.com>
Sun, 25 Aug 2019 15:11:24 +0000 (20:41 +0530)
commit1705d8b4248db37156536aa64413a67e1573a4b2
tree8095b5c4cc6e85d703a23799a99ad543f6e6cad6
parenteaef5177f21eb3597dab07af1a9d6f1f3a395614
Add  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-595
Change-Id: I7895047b2ae64e3fcca479bb26f45d1a0bd097ac
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/test/testViewEdit.js