infinityramniwas / 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 setZindex #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when i use setZIndex(int) i get an error of undefined method.

inside the code:

line 460 
var zIndex = this.getZIndex_(); 
changed in 
var zIndex = this.getZIndex(); 

line 463
this.close_.style['zIndex'] = zIndex_ + 1;
changed in 
this.close_.style['zIndex'] = zIndex + 1;

the code will be updated or is it better to switch to infobox?

Original issue reported on code.google.com by francesc...@gmail.com on 2 May 2011 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by lu...@google.com on 17 May 2011 at 6:34