This commit is contained in:
Michael Teeuw 2016-04-23 16:57:02 +02:00
parent ae86090a03
commit 52a9caa96e

View File

@ -34,6 +34,8 @@ var Translator = (function() {
self.translations[module.name] = json; self.translations[module.name] = json;
callback(); callback();
}); });
} else {
callback();
} }
}, },
/* _loadJSON(file, callback) /* _loadJSON(file, callback)