Commit 0d8eead75d4c42e7be13e4d98ef34e8572b55c89
1 parent
17e8627e
Exists in
master
and in
7 other branches
Correção não crítica no código
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/vinde/index.js
... | ... | @@ -112,7 +112,7 @@ i3GEOF.vinde = { |
112 | 112 | tempNode = new YAHOO.widget.HTMLNode(d, root, true,true); |
113 | 113 | tempNode.enableHighlight = true; |
114 | 114 | criaNo = function(obj,noDestino){ |
115 | - var chaves,i,n,texto,layer,temp,tipo, epsg = 'EPSG:4326'; | |
115 | + var chaves,i,n,texto,layer,temp, epsg = 'EPSG:4326'; | |
116 | 116 | if(!YAHOO.lang.isString(obj)){ |
117 | 117 | if(YAHOO.lang.isArray(obj)){ |
118 | 118 | chaves = obj; | ... | ... |