From: anushadasari Date: Thu, 29 Aug 2019 15:27:40 +0000 (+0530) Subject: Add a semicolon at the end of this statement X-Git-Tag: 5.0.3~50^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fe8ee9e6c83266197b08e28079f67098975ffadc;p=vid.git 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-597 Change-Id: If02076cca1cde742aae6e499bc29e92a1aa9b2b6 Signed-off-by: anushadasari --- diff --git a/epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/js/attHeaderSnippet.js b/epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/js/attHeaderSnippet.js index fd803efe7..a3cbe820f 100755 --- a/epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/js/attHeaderSnippet.js +++ b/epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/js/attHeaderSnippet.js @@ -87,7 +87,7 @@ methods.close(); }); }); - } + }; }).call(this);