Commit 0c3b5776cf4453bb6a5eeca0aa24eb0eb80a0421
1 parent
8ba3719b
Exists in
master
and in
7 other branches
-
Showing
2 changed files
with
1 additions
and
15 deletions
Show diff stats
classesjs/classe_eventos.js
classesjs/classe_interface.js
... | ... | @@ -2918,21 +2918,6 @@ i3GEO.Interface = { |
2918 | 2918 | }; |
2919 | 2919 | } |
2920 | 2920 | ); |
2921 | - | |
2922 | - google.maps.event.addListener( | |
2923 | - i3GeoMap, | |
2924 | - "touchend", | |
2925 | - function(e) { | |
2926 | - alert("oi") | |
2927 | - e.preventDefault(); | |
2928 | - //calcCoord(e); | |
2929 | - if (i3GEO.eventos.cliquePerm.status === true) { | |
2930 | - i3GEO.eventos.mouseupMapa(e); | |
2931 | - } | |
2932 | - i3GEO.eventos.cliquePerm.status = true; | |
2933 | - } | |
2934 | - ); | |
2935 | - | |
2936 | 2921 | }, |
2937 | 2922 | retornaIndiceLayer : function(nomeLayer) { |
2938 | 2923 | var i = false; | ... | ... |