diff --git a/public/javascripts/admin/show/map/carto_map.js b/public/javascripts/admin/show/map/carto_map.js index 281becbd8..dd20bd244 100644 --- a/public/javascripts/admin/show/map/carto_map.js +++ b/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) // // // ////////////////////////////////////////////////////////////////////////////////