Fixed ridiculous error in Javascript for GeoLocation

This commit is contained in:
Brock Whitten
2010-03-15 17:01:12 -07:00
parent 57a41b7b2f
commit f32bb7057e
3 changed files with 14 additions and 75 deletions
@@ -21,6 +21,7 @@ public class GeoBroker {
{
mCtx = ctx;
mAppView = view;
geoListeners = new HashMap<String, GeoListener>();
}
public void getCurrentLocation()