Commit f74d03f6c5e4756a47997583879899b7de610e7d

Authored by Edmar Moretti
1 parent 6f71f5c4

v6 - Correção na formatação do código

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
classesjs/classe_util.js
... ... @@ -2198,11 +2198,11 @@ i3GEO.util = {
2198 2198 valorDefault - valor default do combo
2199 2199 */
2200 2200 comboEpsg: function (idCombo,onde,funcaoOnChange,valorDefault){
2201   - var onde = $i(onde);
  2201 + onde = $i(onde);
2202 2202 onde.innerHTML="<span style=color:red;font-size:10px; >buscando...</span>";
2203 2203 var monta = function(retorno){
2204 2204 var ins = [],
2205   - i,n,temp;
  2205 + i,n;
2206 2206 if (retorno.data !== undefined){
2207 2207 n = retorno.data.length;
2208 2208 ins.push("<select id='"+idCombo+"' onChange='"+funcaoOnChange+"(this)' >");
... ... @@ -2854,7 +2854,7 @@ i3GEO.util = {
2854 2854 YAHOO.util.Connect.asyncRequest("GET", sUrl, callback);
2855 2855 },
2856 2856 /*
2857   - Verifica se a função html de armazenamento local esta disponivel no navegador
  2857 + Verifica se a fun��o html de armazenamento local esta disponivel no navegador
2858 2858 */
2859 2859 verifica_html5_storage: function(){
2860 2860 if(typeof(Storage)!=="undefined"){
... ...