mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-17 19:12:40 -05:00
remove unused code
This commit is contained in:
parent
c1754b33cc
commit
9434bf67f6
2 changed files with 0 additions and 8 deletions
|
@ -58,10 +58,6 @@ const WorldMap = props => (
|
||||||
fitbounds: 'locations',
|
fitbounds: 'locations',
|
||||||
showland: true,
|
showland: true,
|
||||||
landcolor: 'rgba(14,189,140, .05)'
|
landcolor: 'rgba(14,189,140, .05)'
|
||||||
// showcountries: true
|
|
||||||
// center: {
|
|
||||||
// lat: 10
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
dragmode: false,
|
dragmode: false,
|
||||||
margin: {
|
margin: {
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
// .map {
|
|
||||||
// width: 620px;
|
|
||||||
// // height: 100%;
|
|
||||||
// }
|
|
Loading…
Reference in a new issue