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:
committed by
Mike Jumper
parent
3ed5b62589
commit
bfbb9ae760
@@ -47,7 +47,7 @@
|
||||
* A promise which resolves with a TranslationResult containing the results from
|
||||
* the translation attempt.
|
||||
*/
|
||||
function translateWithFallback(translationId, defaultTranslationId) {
|
||||
var translateWithFallback = function translateWithFallback(translationId, defaultTranslationId) {
|
||||
const deferredTranslation = $q.defer();
|
||||
|
||||
// Attempt to translate the requested translation ID
|
||||
|
Reference in New Issue
Block a user