mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1571: Match convention for function services.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user