summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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];