diff options
author | Li Zi <li.zi30@zte.com.cn> | 2018-02-06 06:04:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-06 06:04:23 +0000 |
commit | b4c1ca64cd0b7635cb762c6431765cba168ae149 (patch) | |
tree | 9b6d721974c1b29d82959b1fb2951115d2e73161 /portal | |
parent | 18396b34b9b92e2ba64fc51d29a9b3c4b820cde7 (diff) | |
parent | 73971caa9bc7aaa5ddcfa6417be95fff49dfc926 (diff) |
Merge "Sonar Major"
Diffstat (limited to 'portal')
-rw-r--r-- | portal/src/main/webapp/extsys/ems/js/commonUtil.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal/src/main/webapp/extsys/ems/js/commonUtil.js b/portal/src/main/webapp/extsys/ems/js/commonUtil.js index 4c24bca..51d446f 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]; |