aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/data/demos/geography/Kenya/data.json
blob: 9253c25d03cd3887c12a388bd672aaca9ad31011 (plain)
1
2
3
4
5
6
7
8
9
{ 
	name:'Kenya', 
	type:'country',
	children:[
		{stub:'Nairobi'}, 
		{stub:'Mombasa'}
	] 
}