diff --git a/source/Ox/js/Locale.js b/source/Ox/js/Locale.js index 62ab902a..4445de5f 100644 --- a/source/Ox/js/Locale.js +++ b/source/Ox/js/Locale.js @@ -44,7 +44,7 @@ ]); } }); - url && url.forEach(function(value) { + url && Ox.makeArray(url).forEach(function(value) { urls.push(Ox.makeArray(value)); }); Ox.getJSON(urls, function(data) {