You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
466 B
10 lines
466 B
{ identifier: 'abbr', |
|
items: [ |
|
{ abbr:'ec', name:null, capital:'Quito' }, |
|
{ abbr:'eg', name:null, capital:'Cairo' }, |
|
{ abbr:'sv', name:'El Salvador', capital:'San Salvador' }, |
|
{ abbr:'gq', name:'Equatorial Guinea', capital:'Malabo' }, |
|
{ abbr:'er', name:'Eritrea', capital:'Asmara' }, |
|
{ abbr:'ee', name:null, capital:'Tallinn' }, |
|
{ abbr:'et', name:'Ethiopia', capital:'Addis Ababa' } |
|
]}
|
|
|