forked from github/cordova-android
Making constructors public
This commit is contained in:
@@ -16,7 +16,7 @@ public class GeoBroker {
|
||||
private Context mCtx;
|
||||
private HashMap<String, GeoListener> geoListeners;
|
||||
|
||||
GeoBroker(WebView view, Context ctx)
|
||||
public GeoBroker(WebView view, Context ctx)
|
||||
{
|
||||
mCtx = ctx;
|
||||
mAppView = view;
|
||||
|
||||
Reference in New Issue
Block a user