From 73971caa9bc7aaa5ddcfa6417be95fff49dfc926 Mon Sep 17 00:00:00 2001 From: PrasadNaidu Date: Mon, 5 Feb 2018 18:21:18 +0530 Subject: 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 --- portal/src/main/webapp/extsys/ems/js/commonUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit 1.2.3-korg