don't call callback twice, fixup for c61d173922
This commit is contained in:
parent
c61d173922
commit
cb42e1d7fa
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@
|
|||
Ox.LOCALE = locale;
|
||||
if (locale == 'en') {
|
||||
translations = {};
|
||||
callback(true);
|
||||
} else {
|
||||
translations = {};
|
||||
Ox.forEach(Ox.LOCALES, function(locales, module) {
|
||||
|
|
Loading…
Reference in a new issue