Closed gigmaps closed 9 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!
) and we'll verify. Thanks.
I signed it!
CLAs look good, thanks!
fixes #10:
updateContent_()
into theonAdd()
function - so that the 'domready' event is fired after theinfoBubble
is appended to the map panes (& therefore) added to the DOM (or it's impossible to dynamically add / find the infoBubble after the 'domready' without using a setTimeout or other hack)