Commit 193248806125a02969cf39364fb5a401345267b2

Authored by Edmar Moretti
1 parent cd507816

-

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
classesjs/classe_mapa.js
... ... @@ -1479,6 +1479,7 @@ i3GEO.mapa =
1479 1479 //evita clicar sobre a barra do googlemaps
1480 1480 //FIXIT nada elegante
1481 1481 //console.warn(objposicaocursor.imgx)
  1482 + alert(objposicaocursor.ddx)
1482 1483 if (objposicaocursor.imgx < 70) {
1483 1484 return;
1484 1485 }
... ...