8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
9 lines
517 B
JSON
9 lines
517 B
JSON
[
|
|
{ key: "continent:AF", type: "continent", name: "Africa", iso: "AF" },
|
|
{ key: "continent:AS", type: "continent", name: "Asia", iso: "AS" },
|
|
{ key: "continent:EU", type: "continent", name: "Europe", iso: "EU" },
|
|
{ key: "continent:NA", type: "continent", name: "North America", iso: "NA" },
|
|
{ key: "continent:SA", type: "continent", name: "South America", iso: "SA" },
|
|
{ key: "continent:OC", type: "continent", name: "Oceania", iso: "OC" },
|
|
{ key: "continent:AN", type: "continent", name: "Antarctica", iso: "AN" }
|
|
]
|