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, 10 insertions, 0 deletions
diff --git a/includes/js/dojox/data/demos/geography/Canada/data.json b/includes/js/dojox/data/demos/geography/Canada/data.json new file mode 100644 index 0000000..6ef34ed --- /dev/null +++ b/includes/js/dojox/data/demos/geography/Canada/data.json @@ -0,0 +1,10 @@ +{ + name:'Canada', + type:'country', + population:'33 million', area:'9,984,670 sq km', + children:[ + {stub:'Ottawa'}, + {stub:'Toronto'} + ] +} + |