Update git submodules
authoranushadasari <danush10@in.ibm.com>
Fri, 9 Aug 2019 21:50:47 +0000 (03:20 +0530)
committerGerrit Code Review <gerrit@onap.org>
Fri, 9 Aug 2019 21:50:47 +0000 (21:50 +0000)
commit8ef79bd987732901222befea0374aa072e503ad7
tree0ef021a97d16918ca6ef037ec7b173404fe83fe9
parentb38b42c9845bcac51e83cc78c397a2743080e55b
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>
docs/submodules/ccsdk/dashboard.git