From: PrasadNaidu Date: Mon, 5 Feb 2018 12:51:18 +0000 (+0530) Subject: Sonar Major X-Git-Tag: v1.1.0~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=73971caa9bc7aaa5ddcfa6417be95fff49dfc926;p=aai%2Fesr-gui.git Sonar Major Replace == with === commonUtil.js:L89 Sonar Link : https://sonar.onap.org/component_issues/index?id=org.onap.aai.esr-gui%3Aaai-esr-gui#resolved=false|severities=MAJOR|assignees=PrasadNaidu Location : src/main/webapp/extsys/ems/js/commonUtil.jsChange-Id: I4360ba702951cab1daa1bb92d57f43a3fc1389a8 Change-Id: I9df044d1e18c1cd58306ac351eaaf2ddc105f113 Issue-ID: AAI-731 Signed-off-by: PrasadNaidu --- diff --git a/portal/src/main/webapp/extsys/ems/js/commonUtil.js b/portal/src/main/webapp/extsys/ems/js/commonUtil.js index cd56bd1..3604c4e 100644 --- a/portal/src/main/webapp/extsys/ems/js/commonUtil.js +++ b/portal/src/main/webapp/extsys/ems/js/commonUtil.js @@ -86,7 +86,7 @@ commonUtil.registerCometdMessage = function (url, channel, callback) { } commonUtil.format = function () { - if (arguments.length == 0) { + if (arguments.length === 0) { return null; } var str = arguments[0];