diff options
author | anushadasari <danush10@in.ibm.com> | 2019-08-10 03:20:47 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 21:50:47 +0000 |
commit | 8ef79bd987732901222befea0374aa072e503ad7 (patch) | |
tree | 0ef021a97d16918ca6ef037ec7b173404fe83fe9 /docs | |
parent | b38b42c9845bcac51e83cc78c397a2743080e55b (diff) |
Update git submodules
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to 70638d1eb225acbc61e00ddbf9356aef38e8f143
- Major- Replace comparison Operators
The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true.
It is best to always use the side-effect-less === and !== operators instead.
Issue-ID: CCSDK-1583
Change-Id: I202ada53b472542261ee69623ea72b52005fdfab
Signed-off-by: anushadasari <danush10@in.ibm.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/ccsdk/dashboard.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/dashboard.git b/docs/submodules/ccsdk/dashboard.git -Subproject 86a2c9e15470079d818b37d01fb01771e951622 +Subproject 70638d1eb225acbc61e00ddbf9356aef38e8f14 |