typos
This commit is contained in:
parent
981e3889da
commit
ac43e14f50
1 changed files with 2 additions and 2 deletions
|
@ -769,9 +769,9 @@ Ox.Map = function(options, self) {
|
|||
],
|
||||
query: {
|
||||
conditions: Ox.merge([
|
||||
{key: 'lat', value[south, north], operator: '-'}
|
||||
{key: 'lat', value: [south, north], operator: '-'}
|
||||
], !crossesDateline ? [
|
||||
{key: 'lng', value[west, east], operator: '-'}
|
||||
{key: 'lng', value: [west, east], operator: '-'}
|
||||
] : [
|
||||
{
|
||||
conditions: [
|
||||
|
|
Loading…
Reference in a new issue