GUACAMOLE-1571: Match convention for function services.

This commit is contained in:
James Muehlner
2022-03-31 00:10:13 +00:00
committed by Mike Jumper
parent 3ed5b62589
commit bfbb9ae760

View File

@@ -47,7 +47,7 @@
* A promise which resolves with a TranslationResult containing the results from * A promise which resolves with a TranslationResult containing the results from
* the translation attempt. * the translation attempt.
*/ */
function translateWithFallback(translationId, defaultTranslationId) { var translateWithFallback = function translateWithFallback(translationId, defaultTranslationId) {
const deferredTranslation = $q.defer(); const deferredTranslation = $q.defer();
// Attempt to translate the requested translation ID // Attempt to translate the requested translation ID