Commit 0d8eead75d4c42e7be13e4d98ef34e8572b55c89

Authored by Edmar Moretti
1 parent 17e8627e

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,7 +112,7 @@ i3GEOF.vinde = {
112 tempNode = new YAHOO.widget.HTMLNode(d, root, true,true); 112 tempNode = new YAHOO.widget.HTMLNode(d, root, true,true);
113 tempNode.enableHighlight = true; 113 tempNode.enableHighlight = true;
114 criaNo = function(obj,noDestino){ 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 if(!YAHOO.lang.isString(obj)){ 116 if(!YAHOO.lang.isString(obj)){
117 if(YAHOO.lang.isArray(obj)){ 117 if(YAHOO.lang.isArray(obj)){
118 chaves = obj; 118 chaves = obj;