removed test code
This commit is contained in:
parent
fe632b5ccc
commit
896803bf68
@ -47,8 +47,6 @@ window.plugin.userLocation.setup = function() {
|
|||||||
|
|
||||||
window.plugin.userLocation.updateLocation = function(lat, lng) {
|
window.plugin.userLocation.updateLocation = function(lat, lng) {
|
||||||
var latlng = new L.LatLng(lat, lng);
|
var latlng = new L.LatLng(lat, lng);
|
||||||
var foo = android.getVersionCode();
|
|
||||||
window.console.log('version code: ' + foo);
|
|
||||||
window.plugin.userLocation.marker.setLatLng(latlng);
|
window.plugin.userLocation.marker.setLatLng(latlng);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user