fix map
This commit is contained in:
parent
02a9379775
commit
104c2e2b0b
1 changed files with 1 additions and 1 deletions
|
@ -1303,7 +1303,7 @@ Ox.Map = function(options, self) {
|
||||||
if ([
|
if ([
|
||||||
'type', 'lat', 'lng', 'south', 'west', 'north', 'east'
|
'type', 'lat', 'lng', 'south', 'west', 'north', 'east'
|
||||||
].indexOf(key) > -1) {
|
].indexOf(key) > -1) {
|
||||||
place.marker.options(key, value);
|
place.$marker.options(key, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue