yenbao1340 / gmaps-utility-library-dev

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

code change needed in repositionMap_? #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't know how to change the code in SVN, but in repositionMap_ shouldn't
this:
 if ( panX != 0 || panY != 0 && this.map_.getExtInfoWindow() != null ) {
be this?
 if ( (panX != 0 || panY != 0) && this.map_.getExtInfoWindow() != null ) {

Original issue reported on code.google.com by jgarfi...@earthlink.net on 11 Dec 2009 at 1:05

GoogleCodeExporter commented 8 years ago
this is for Extinfowindow btw

Original comment by jgarfi...@earthlink.net on 12 Dec 2009 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by pamela.fox on 13 Dec 2009 at 5:04

GoogleCodeExporter commented 8 years ago

Original comment by jgarfi...@earthlink.net on 3 Feb 2010 at 1:58

GoogleCodeExporter commented 8 years ago

Original comment by douglass...@earthlink.net on 18 May 2010 at 10:18