Commit 22bce90223e1ffd50d0d1db7c609afa2cf7d0b2c
1 parent
43ddb4d7
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
ferramentas/convertews/dicionario.js
ferramentas/convertews/index.js
... | ... | @@ -53,7 +53,7 @@ i3GEOF.converteMapaWS = { |
53 | 53 | Para efeitos de compatibilidade antes da versão 4.7 que não tinha dicionário |
54 | 54 | */ |
55 | 55 | criaJanelaFlutuante: function(){ |
56 | - i3GEOF.carregaMapa.iniciaDicionario(); | |
56 | + i3GEOF.converteMapaWS.iniciaDicionario(); | |
57 | 57 | }, |
58 | 58 | /* |
59 | 59 | Function: iniciaDicionario | ... | ... |