Improve code quality to increase scrut score (#789)

This commit is contained in:
Ahmad Farhat
2019-09-06 15:50:04 -04:00
committed by farhatahmad
parent 55d4a21dcb
commit 7c6ad6d903
3 changed files with 83 additions and 96 deletions

View File

@ -33,7 +33,7 @@ function getLocalizedString(key) {
})
// If key is not found, search the fallback language for the key
if (translated == undefined) {
if (translated === undefined) {
translated = I18nFallback
keyArr.forEach(function(k) {