diff options
Diffstat (limited to 'js/dojo/dojox/data/demos/geography/Kenya/data.json')
| -rw-r--r-- | js/dojo/dojox/data/demos/geography/Kenya/data.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo/dojox/data/demos/geography/Kenya/data.json b/js/dojo/dojox/data/demos/geography/Kenya/data.json new file mode 100644 index 0000000..9253c25 --- /dev/null +++ b/js/dojo/dojox/data/demos/geography/Kenya/data.json @@ -0,0 +1,9 @@ +{ + name:'Kenya', + type:'country', + children:[ + {stub:'Nairobi'}, + {stub:'Mombasa'} + ] +} + |
