flaviusdemian / google-maps-utility-library-v3

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

style option anchor doesn't work because of a typo #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment, the "anchor" style option is ignored because of a missing 
underscore.

Line 1036 is:
  this.anchor = style['anchor'];

Should be:
  this.anchor_ = style['anchor'];

Additionally, some examples in the svn repository use opt_anchor instead 
anchor, which of course doesn't work at all.

Original issue reported on code.google.com by d...@wecallit42.de on 14 Sep 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Okay, forget it. Didn't see this is a duplicate of issue 17.

Original comment by d...@wecallit42.de on 14 Sep 2010 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by lu...@google.com on 6 Oct 2010 at 12:32