[gwt-mobile-webkit] r351 committed - Fixes issue #32....

1 view
Skip to first unread message

gwt-mobi...@googlecode.com

unread,
Mar 3, 2011, 9:04:56 AM3/3/11
to gwt-mobi...@googlegroups.com
Revision: 351
Author: bguijt
Date: Thu Mar 3 06:03:18 2011
Log: Fixes issue #32.

Typo in an attribute name fixed.
http://code.google.com/p/gwt-mobile-webkit/source/detail?r=351

Modified:

/trunk/gwt-mobile-webkit/geolocation/geolocation/src/com/google/code/gwt/geolocation/client/Coordinates.java

=======================================
---
/trunk/gwt-mobile-webkit/geolocation/geolocation/src/com/google/code/gwt/geolocation/client/Coordinates.java
Tue Aug 11 15:56:41 2009
+++
/trunk/gwt-mobile-webkit/geolocation/geolocation/src/com/google/code/gwt/geolocation/client/Coordinates.java
Thu Mar 3 06:03:18 2011
@@ -90,7 +90,7 @@
* {@link #getAltitudeAccuracy()}.
*/
public final native boolean hasAltitudeAccuracy() /*-{
- return this.altitideAccuracy != null;
+ return this.altitudeAccuracy != null;
}-*/;

/**

Reply all
Reply to author
Forward
0 new messages