killlllme / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

InfoBubble, open method #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
InfoBubble.prototype.open = function(opt_map, opt_anchor) {
  if (opt_map) {
    this.setMap(map); // <-- should be opt_map
  }

  // ...

}

Original issue reported on code.google.com by jscriptc...@gmail.com on 20 Sep 2010 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by lu...@google.com on 5 Oct 2010 at 11:46