dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
30 lines (21 loc) • 386 B
JSON
{
"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"
}
}
}