diff options
Diffstat (limited to 'includes/js/dojox/data/demos/geography/Kenya')
3 files changed, 0 insertions, 19 deletions
diff --git a/includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json b/includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json deleted file mode 100644 index 28aa849..0000000 --- a/includes/js/dojox/data/demos/geography/Kenya/Mombasa/data.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - name:'Mombasa', - type:'city', - population: "Unknown" -} diff --git a/includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json b/includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json deleted file mode 100644 index f5658ec..0000000 --- a/includes/js/dojox/data/demos/geography/Kenya/Nairobi/data.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - name:'Nairobi', - type:'city', - population: "Unknown" -} diff --git a/includes/js/dojox/data/demos/geography/Kenya/data.json b/includes/js/dojox/data/demos/geography/Kenya/data.json deleted file mode 100644 index 9253c25..0000000 --- a/includes/js/dojox/data/demos/geography/Kenya/data.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - name:'Kenya', - type:'country', - children:[ - {stub:'Nairobi'}, - {stub:'Mombasa'} - ] -} - |