diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json')
| -rw-r--r-- | js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json b/js/dojo-1.7.2/dojox/data/demos/geography/Canada/data.json new file mode 100644 index 0000000..6ef34ed --- /dev/null +++ b/js/dojo-1.7.2/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'} + ] +} + |
