This commit is contained in:
rolux 2011-06-01 15:58:00 +02:00
parent 02a9379775
commit 104c2e2b0b

View file

@ -1303,7 +1303,7 @@ Ox.Map = function(options, self) {
if ([
'type', 'lat', 'lng', 'south', 'west', 'north', 'east'
].indexOf(key) > -1) {
place.marker.options(key, value);
place.$marker.options(key, value);
}
}