From da88c28714ad9b440bdcb097ad916d3821ae020f Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 28 Oct 2016 15:32:01 +0200 Subject: [PATCH] Remove unnecessary whitespace --- core/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.js b/core/util.js index c7932795..4616713c 100644 --- a/core/util.js +++ b/core/util.js @@ -394,7 +394,7 @@ Util.Localisation = { return supportedLanguageCode; } } - + return Util.Localisation.defaultLanguage; },