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
Original issue reported on code.google.com by
francesc...@gmail.com
on 2 May 2011 at 4:22