diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/data/demos/geography.json | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/data/demos/geography.json')
-rw-r--r-- | includes/js/dojox/data/demos/geography.json | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/includes/js/dojox/data/demos/geography.json b/includes/js/dojox/data/demos/geography.json deleted file mode 100644 index c2f01bb..0000000 --- a/includes/js/dojox/data/demos/geography.json +++ /dev/null @@ -1,45 +0,0 @@ -{ identifier: 'name', - label: 'name', - items: [ - { name:'Africa', type:'continent', children:[ - { name:'Egypt', type:'country' }, - { name:'Kenya', type:'country', children:[ - { name:'Nairobi', type:'city' }, - { name:'Mombasa', type:'city' } ] - }, - { name:'Sudan', type:'country', children: - { name:'Khartoum', type:'city' } - } ] - }, - { name:'Asia', type:'continent', children:[ - { name:'China', type:'country' }, - { name:'India', type:'country' }, - { name:'Russia', type:'country' }, - { name:'Mongolia', type:'country' } ] - }, - { name:'Australia', type:'continent', population:'21 million', children: - { name:'Commonwealth of Australia', type:'country', population:'21 million'} - }, - { name:'Europe', type:'continent', children:[ - { name:'Germany', type:'country' }, - { name:'France', type:'country' }, - { name:'Spain', type:'country' }, - { name:'Italy', type:'country' } ] - }, - { name:'North America', type:'continent', children:[ - { name:'Mexico', type:'country', population:'108 million', area:'1,972,550 sq km', children:[ - { name:'Mexico City', type:'city', population:'19 million', timezone:'-6 UTC'}, - { name:'Guadalajara', type:'city', population:'4 million', timezone:'-6 UTC' } ] - }, - { name:'Canada', type:'country', population:'33 million', area:'9,984,670 sq km', children:[ - { name:'Ottawa', type:'city', population:'0.9 million', timezone:'-5 UTC'}, - { name:'Toronto', type:'city', population:'2.5 million', timezone:'-5 UTC' }] - }, - { name:'United States of America', type:'country' } ] - }, - { name:'South America', type:'continent', children:[ - { name:'Brazil', type:'country', population:'186 million' }, - { name:'Argentina', type:'country', population:'40 million' } ] - } ] -} - |