Skip to content

Commit

Permalink
Correção na indentação do código
Browse files Browse the repository at this point in the history
Pequena correção na linha 1082.
  • Loading branch information
gavlinski committed Dec 8, 2014
1 parent d8be198 commit de00a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/4sq.js
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ function inicializarMapa() {

// Exibir o mapa na div #mapa;
map = new google.maps.Map(dojo.byId('mapa'), mapOptions);
map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(controlDiv);
map.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(controlDiv);
bounds = new google.maps.LatLngBounds();
mapaCarregado = true;
console.info("Mapa carregado!");
Expand Down

0 comments on commit de00a4f

Please sign in to comment.