Add a semicolon at the end of this statement 12/94612/2
authoranushadasari <danush10@in.ibm.com>
Thu, 29 Aug 2019 15:27:40 +0000 (20:57 +0530)
committerIttay Stern <ittay.stern@att.com>
Mon, 2 Sep 2019 10:32:31 +0000 (10:32 +0000)
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-597
Change-Id: If02076cca1cde742aae6e499bc29e92a1aa9b2b6
Signed-off-by: anushadasari <danush10@in.ibm.com>
epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/js/attHeaderSnippet.js