strip comments unit test

This commit is contained in:
fewieden
2018-02-13 07:17:46 +01:00
parent d775bc9d7e
commit d709a44960
3 changed files with 74 additions and 41 deletions

View File

@@ -218,10 +218,10 @@ var Translator = (function() {
for (var first in translations) {break;}
if (first) {
Log.log("Loading core translation fallback file: " + translations[first]);
loadJSON(translations[first], function(translations) {
self.coreTranslationsFallback = translations;
});
Log.log("Loading core translation fallback file: " + translations[first]);
loadJSON(translations[first], function(translations) {
self.coreTranslationsFallback = translations;
});
}
},
};