docs/website/js/buildroot.js: fix possible type coercion
authorAdam Duskett <Aduskett@gmail.com>
Mon, 4 Feb 2019 14:27:30 +0000 (15:27 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 5 Feb 2019 08:43:25 +0000 (09:43 +0100)
commit0fac5df7e6f6ba92005082aeaabcca5ed69d7667
treea41d83ffac75f0bbf90ab64d8a12bbf8c7548c6f
parent385e08d54f4b193e4b973a37a55455a33ee272dc
docs/website/js/buildroot.js: fix possible type coercion

With javascript, when comparing variables, using === instead of ==
is preferred.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Acked-by: <angelo@amarulasolutions.com>
Tested-by: <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
docs/website/js/buildroot.js