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 (22 loc) • 331 B
JSON
{
"id": "testApp",
"dependencies": [
],
"modules": [
],
"controllers": [
"dojox/app/controllers/History"
],
"defaultView": "home",
"defaultTransition": "slide",
"stores": {
"namesStore":{
"type": "dojo/store/Memory"
}
},
"views": {
"home": {
"template": "dojox/app/tests/doh/config.html"
}
}
}