Skip to content

Commit

Permalink
Fix header indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Apr 5, 2012
1 parent 31f617e commit b9a85b6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions public/javascripts/admin/show/map/carto_map.js
@@ -1,17 +1,17 @@

////////////////////////////////////////////////////////////////////////////////
// //
// CLASS TO MANAGE ALL THE STUFF IN THE MAP (variable -> carto_map) //
// Actually, this is map of the application, and everything that //
// occurs on/over/with/in the map will be manage here. //
// //
// Overlays: //
// .selection_area_ //
// .info_window_ //
// .tooltip_ //
// .delete_windsow_ //
// .map_canvas_ //
// status -> (add_point,add_polygon,add_polyline,selection,select) //
// //
// CLASS TO MANAGE ALL THE STUFF IN THE MAP (variable -> carto_map) //
// Actually, this is map of the application, and everything that //
// occurs on/over/with/in the map will be manage here. //
// //
// Overlays: //
// .selection_area_ //
// .info_window_ //
// .tooltip_ //
// .delete_windsow_ //
// .map_canvas_ //
// status -> (add_point,add_polygon,add_polyline,selection,select) //
// //
////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit b9a85b6

Please sign in to comment.