Skip to content

Commit

Permalink
fixed small bug where the pin dropper function didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy J. Arnold committed Jul 14, 2010
1 parent 152840c commit e891cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GMaps.php
Expand Up @@ -284,7 +284,7 @@ function addAddress() {
geocoder.geocode({ 'address': address}, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
var marker = new google.maps.Marker({
map: map,
map: myMap,
position: results[0].geometry.location});
}
});
Expand Down

0 comments on commit e891cff

Please sign in to comment.