Skip to content

Commit

Permalink
Merge pull request #21 from RonaldPK/master
Browse files Browse the repository at this point in the history
Fixed position bug in setInfoWindow
  • Loading branch information
JasonSanford committed Jan 2, 2014
2 parents a2cd40d + f65c3b1 commit adf0ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.htm
Expand Up @@ -405,7 +405,7 @@
}
content += "</div>";
infowindow.setContent(content);
infowindow.position = event.latLng;
infowindow.setPosition(event.latLng);
infowindow.open(map);
});
}
Expand Down

0 comments on commit adf0ea2

Please sign in to comment.