Commit 0434b437a96790e47f119bb88f8d0188c9655fd2

Authored by Edmar Moretti
1 parent cf3d7159

-

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
classesjs/classe_interface.js
@@ -2016,7 +2016,7 @@ i3GEO.Interface = { @@ -2016,7 +2016,7 @@ i3GEO.Interface = {
2016 calcCoord(e); 2016 calcCoord(e);
2017 e.preventDefault(); 2017 e.preventDefault();
2018 if (i3GEO.eventos.cliquePerm.status === true) { 2018 if (i3GEO.eventos.cliquePerm.status === true) {
2019 - i3GEO.eventos.mouseupMapa(exy); 2019 + i3GEO.eventos.mouseupMapa(e);
2020 } 2020 }
2021 i3GEO.eventos.cliquePerm.status = true; 2021 i3GEO.eventos.cliquePerm.status = true;
2022 }); 2022 });