diff options
Diffstat (limited to 'includes/js/dojox/data/demos/geography/Mexico/data.json')
-rw-r--r-- | includes/js/dojox/data/demos/geography/Mexico/data.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/js/dojox/data/demos/geography/Mexico/data.json b/includes/js/dojox/data/demos/geography/Mexico/data.json new file mode 100644 index 0000000..aa381e4 --- /dev/null +++ b/includes/js/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'} + ] +} |