Closed GoogleCodeExporter closed 9 years ago
Sorry I made a mistake in the code. Correction:
InfoBubble.prototype.buildDom_ = function() {
// ...
var that = this;
google.maps.event.addDomListener(close, 'click', function() {
that.close();
google.maps.event.trigger(that, 'closeclick');
});
// ...
}
Original comment by jscriptc...@gmail.com
on 20 Sep 2010 at 11:47
Original comment by lu...@google.com
on 5 Oct 2010 at 11:46
Original issue reported on code.google.com by
jscriptc...@gmail.com
on 20 Sep 2010 at 11:45