Index: trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js |
— | — | @@ -386,7 +386,7 @@ |
387 | 387 | if(options.copycoords){ |
388 | 388 | function addRightClickListener(object){ |
389 | 389 | google.maps.event.addListener( object, 'rightclick', function(event) { |
390 | | - prompt("CTRL+C, ENTER",event.latLng.Sa+','+event.latLng.Ta); |
| 390 | + prompt("CTRL+C, ENTER",event.latLng.lat()+','+event.latLng.lng()); |
391 | 391 | }); |
392 | 392 | } |
393 | 393 | |