]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojo/tests/data/countries.json
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojo / tests / data / countries.json
diff --git a/static/dojo-release-1.1.1/dojo/tests/data/countries.json b/static/dojo-release-1.1.1/dojo/tests/data/countries.json
new file mode 100644 (file)
index 0000000..71631da
--- /dev/null
@@ -0,0 +1,11 @@
+{ identifier: 'abbr', 
+  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' }
+]}