Merge pull request #20 from MichMich/v2-beta

Fix for #222
This commit is contained in:
Paul-Vincent Roll 2016-04-23 16:58:53 +02:00
commit 86eea16271

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)