fix Ox.setLocale
This commit is contained in:
parent
dbc971d1c9
commit
755d1d8a61
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue