hugoloza / gwt-mobile-webkit

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

Typo in Coordinates.hasAltitudeAccuracy() #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's a typo in Coordinates.hasAltitudeAccuracy():

it should be
    return this.altitudeAccuracy != null;
but it is
    return this.altitideAccuracy != null;

Original issue reported on code.google.com by ble...@gmail.com on 3 Mar 2011 at 12:39

GoogleCodeExporter commented 9 years ago
Well spotted! It took me a while to see the difference in these two lines :-)

Thanks man,
Bart.

Original comment by bguijt on 3 Mar 2011 at 2:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r351.

Original comment by bguijt on 3 Mar 2011 at 2:03