Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2149 → Rev 2150

/trunk/api/js/dojo1.0/dojox/data/demos/geography/Mexico/Guadalajara/data.json
New file
0,0 → 1,7
{
name:'Guadalajara',
type:'city',
population:'4 million',
timezone:'-6 UTC'
}
 
/trunk/api/js/dojo1.0/dojox/data/demos/geography/Mexico/Mexico City/data.json
New file
0,0 → 1,6
{
name:'Mexico City',
type:'city',
population:'19 million',
timezone:'-6 UTC'
}
/trunk/api/js/dojo1.0/dojox/data/demos/geography/Mexico/data.json
New file
0,0 → 1,10
{
name:'Mexico',
type:'country',
population:'108 million',
area:'1,972,550 sq km',
children:[
{stub:'Mexico City'},
{stub:'Guadalajara'}
]
}