diff options
Diffstat (limited to 'portal/src/main/webapp/extsys')
-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]; |