Commit a8d80b388a4d6c347af313e79db055c2301950b5

Authored by Edmar Moretti
1 parent 093c0925

-

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
classesjs/classe_eventos.js
@@ -532,8 +532,8 @@ i3GEO.eventos = @@ -532,8 +532,8 @@ i3GEO.eventos =
532 docMapa.ontouchend = function(exy) { 532 docMapa.ontouchend = function(exy) {
533 if(i3GEO.Interface.ATUAL === "googlemaps"){ 533 if(i3GEO.Interface.ATUAL === "googlemaps"){
534 if (i3GEO.eventos.cliquePerm.status === true) { 534 if (i3GEO.eventos.cliquePerm.status === true) {
535 - exy = exy.latLng;  
536 - alert(exy.lng()) 535 + //exy = exy.latLng;
  536 + alert(exy)
537 i3GEO.eventos.mouseupMapa(exy); 537 i3GEO.eventos.mouseupMapa(exy);
538 } 538 }
539 i3GEO.eventos.cliquePerm.status = true; 539 i3GEO.eventos.cliquePerm.status = true;