From 8ef79bd987732901222befea0374aa072e503ad7 Mon Sep 17 00:00:00 2001 From: anushadasari Date: Sat, 10 Aug 2019 03:20:47 +0530 Subject: [PATCH] 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 --- docs/submodules/ccsdk/dashboard.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/ccsdk/dashboard.git b/docs/submodules/ccsdk/dashboard.git index 86a2c9e15..70638d1eb 160000 --- a/docs/submodules/ccsdk/dashboard.git +++ b/docs/submodules/ccsdk/dashboard.git @@ -1 +1 @@ -Subproject commit 86a2c9e15470079d818b37d01fb01771e951622e +Subproject commit 70638d1eb225acbc61e00ddbf9356aef38e8f143 -- 2.16.6