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.
28 lines
341 B
28 lines
341 B
{ |
|
"id": "testApp", |
|
"name": "Test App", |
|
"description": "A testApp", |
|
"splash": "splash", |
|
|
|
"dependencies": [ |
|
], |
|
|
|
"modules": [ |
|
], |
|
|
|
"controllers": [ |
|
"dojox/app/controllers/History" |
|
], |
|
|
|
"defaultView": "home", |
|
|
|
"defaultTransition": "slide", |
|
|
|
"views": { |
|
|
|
"home": { |
|
"template": "dojox/app/tests/doh/doesnotexist.html" |
|
} |
|
|
|
} |
|
}
|
|
|