Fix lint errors

This commit is contained in:
Quincy Morgan
2020-09-15 15:26:44 -04:00
parent 8ecada3b79
commit 2d8e5c6b7d

View File

@@ -92,7 +92,7 @@ exports.languageNamesInLanguageOf = function(code) {
}
return translatedLangsByCode;
}
};
exports.scriptNamesInLanguageOf = function(code) {
@@ -110,4 +110,4 @@ exports.scriptNamesInLanguageOf = function(code) {
});
return translatedScripts;
}
};