Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

typo in OverlayImpl.getZIndex #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
r290

Detailed description:

Reported by: ari09845435

"In file maps/maps/src/com/google/gwt/maps/client/overlay/Overlay.java
in line 75, it says "latitutde" instead of "latitude" (first
parameter)

 public static native int getZIndex(double latitutde) /*-{
   return $wnd.GOverlay.getZIndex(latitude);
 }-*/;
"

Workaround if you have one:

Links to the relevant GWT Developer Forum posts:
http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thr
ead/5ba648810bff08c7

Original issue reported on code.google.com by galgwt.reviews@gmail.com on 18 Jun 2008 at 12:28

GoogleCodeExporter commented 9 years ago
Patch that adds unit test attached.

Original comment by galgwt.reviews@gmail.com on 18 Jun 2008 at 2:06

Attachments:

GoogleCodeExporter commented 9 years ago
Reviewed by mmendez.  Committed as r338.

Original comment by galgwt.reviews@gmail.com on 18 Jun 2008 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 13 Oct 2008 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Dec 2009 at 1:57