fix Ox.setLocale

This commit is contained in:
rolux 2013-05-09 22:35:40 +02:00
parent dbc971d1c9
commit 755d1d8a61

View file

@ -44,7 +44,7 @@
]); ]);
} }
}); });
url && url.forEach(function(value) { url && Ox.makeArray(url).forEach(function(value) {
urls.push(Ox.makeArray(value)); urls.push(Ox.makeArray(value));
}); });
Ox.getJSON(urls, function(data) { Ox.getJSON(urls, function(data) {