]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojo/tests/data/geography_hierarchy_small.json
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojo / tests / data / geography_hierarchy_small.json
diff --git a/static/dojo-release-1.1.1/dojo/tests/data/geography_hierarchy_small.json b/static/dojo-release-1.1.1/dojo/tests/data/geography_hierarchy_small.json
deleted file mode 100644 (file)
index 989e5f7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{ items:[
-       { name:'Africa', countries:[
-               { name:'Egypt', capital:'Cairo' },
-               { name:'Kenya', capital:'Nairobi' },
-               { name:'Sudan', capital:'Khartoum' }]},
-       { name:'Australia', capital:'Canberra' },
-       { name:'North America', countries:[
-               { name:'Canada', population:'33 million', cities:[
-                       { name:'Toronto', population:'2.5 million' },
-                       { name:'Alberta', population:'1 million' }
-                       ]},
-               { name: 'United States of America', capital: 'Washington DC', states:[
-                       { name: 'Missouri'},
-                       { name: 'Arkansas'}
-                       ]}
-               ]}
-       ]
-}
-