You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
386 B
29 lines
386 B
{ |
|
"id": "testApp", |
|
"name": "Test App", |
|
"description": "A testApp", |
|
"splash": "splash", |
|
|
|
"dependencies": [ |
|
], |
|
|
|
"modules": [ |
|
], |
|
|
|
"controllers": [ |
|
"dojox/app/controllers/History" |
|
], |
|
|
|
"defaultView": "home", |
|
|
|
"defaultTransition": "slide", |
|
|
|
"views": { |
|
|
|
"home": { |
|
"controller" : "dojox/app/tests/doh/errorDef2", |
|
"template": "dojox/app/tests/doh/config.html" |
|
} |
|
|
|
} |
|
}
|
|
|