diff options
Diffstat (limited to 'js/dojo/dojox/data/demos/geography/Mexico/data.json')
| -rw-r--r-- | js/dojo/dojox/data/demos/geography/Mexico/data.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo/dojox/data/demos/geography/Mexico/data.json b/js/dojo/dojox/data/demos/geography/Mexico/data.json new file mode 100644 index 0000000..aa381e4 --- /dev/null +++ b/js/dojo/dojox/data/demos/geography/Mexico/data.json @@ -0,0 +1,10 @@ +{ + name:'Mexico', + type:'country', + population:'108 million', + area:'1,972,550 sq km', + children:[ + {stub:'Mexico City'}, + {stub:'Guadalajara'} + ] +} |
