summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Zi <li.zi30@zte.com.cn>2018-02-06 06:04:23 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-06 06:04:23 +0000
commitb4c1ca64cd0b7635cb762c6431765cba168ae149 (patch)
tree9b6d721974c1b29d82959b1fb2951115d2e73161
parent18396b34b9b92e2ba64fc51d29a9b3c4b820cde7 (diff)
parent73971caa9bc7aaa5ddcfa6417be95fff49dfc926 (diff)
Merge "Sonar Major"
-rw-r--r--portal/src/main/webapp/extsys/ems/js/commonUtil.js2
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];