Add Semicolon at the end 63/95063/1
authoranushadasari <danush10@in.ibm.com>
Thu, 5 Sep 2019 16:06:09 +0000 (21:36 +0530)
committeranushadasari <danush10@in.ibm.com>
Thu, 5 Sep 2019 16:07:23 +0000 (21:37 +0530)
commitedba17cca34873f1bf4c722d28c05483466d3255
tree6a04a2240d14bd55ed72d8ef7b5831311024ad9d
parent13b9eaae1fc3b40daae686504b8b2dc706703006
Add Semicolon at the end

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: Icdfa98d7f67fbf3b21cba97b0013f0181ed34675
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/directives/serviceMetadata.js