Add a semicolon at the end of this statement 52/94252/1
authoranushadasari <danush10@in.ibm.com>
Sun, 25 Aug 2019 15:20:45 +0000 (20:50 +0530)
committeranushadasari <danush10@in.ibm.com>
Sun, 25 Aug 2019 15:21:04 +0000 (20:51 +0530)
commit7cfc520f498f18d062b379b657971dc973326feb
tree1d1d888b43f1a977332f5f1c54c3c8b2664ca5fb
parent1705d8b4248db37156536aa64413a67e1573a4b2
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-595
Change-Id: I44ebdf2ef1f58c2f0ef4db5fb3d72f69034e1d06
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/test/testMso.js