diff options
Diffstat (limited to 'includes/js/dojo/tests/data/countries_withoutid.json')
-rw-r--r-- | includes/js/dojo/tests/data/countries_withoutid.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/js/dojo/tests/data/countries_withoutid.json b/includes/js/dojo/tests/data/countries_withoutid.json deleted file mode 100644 index 8db3046..0000000 --- a/includes/js/dojo/tests/data/countries_withoutid.json +++ /dev/null @@ -1,10 +0,0 @@ -{ label: 'name', - items: [ - { abbr:'ec', name:'Ecuador', capital:'Quito' }, - { abbr:'eg', name:'Egypt', 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:'Estonia', capital:'Tallinn' }, - { abbr:'et', name:'Ethiopia', capital:'Addis Ababa' } -]} |