forked from 0x2620/oxjs
typos
This commit is contained in:
parent
c30fe02850
commit
147d637b7b
32 changed files with 83 additions and 83 deletions
|
|
@ -154,7 +154,7 @@ Ox.load.Geo = function(options, callback) {
|
|||
Ox.forEach(Ox.COUNTRIES, function(c) {
|
||||
if (c.code == code) {
|
||||
country = c;
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
return country;
|
||||
|
|
@ -193,7 +193,7 @@ Ox.load.Geo = function(options, callback) {
|
|||
Ox.forEach(Ox.COUNTRIES, function(c) {
|
||||
if (name == c.name || name == c.googleName || name == c.imdbName) {
|
||||
country = c;
|
||||
Ox.Break()();
|
||||
Ox.Break();
|
||||
}
|
||||
});
|
||||
return country;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue