diff options
Diffstat (limited to 'includes/js/dojox/data/demos/geography/Canada/data.json')
-rw-r--r-- | includes/js/dojox/data/demos/geography/Canada/data.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/js/dojox/data/demos/geography/Canada/data.json b/includes/js/dojox/data/demos/geography/Canada/data.json deleted file mode 100644 index 6ef34ed..0000000 --- a/includes/js/dojox/data/demos/geography/Canada/data.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - name:'Canada', - type:'country', - population:'33 million', area:'9,984,670 sq km', - children:[ - {stub:'Ottawa'}, - {stub:'Toronto'} - ] -} - |