typo
This commit is contained in:
parent
f7b0fb6893
commit
7c2f8aa967
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ Ox.api = function(items, options) {
|
|||
south: Math.min(prev.south, curr.south),
|
||||
west: Math.min(prev.west, curr.west),
|
||||
north: Math.max(prev.north, curr.north),
|
||||
east: Math.max(prev.east. curr.east)
|
||||
east: Math.max(prev.east, curr.east)
|
||||
};
|
||||
}, {
|
||||
south: Ox.MAX_LATITUDE,
|
||||
|
|
Loading…
Reference in a new issue