]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/app/nested-loading/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / app / nested-loading / app.js
CommitLineData
6527f429
DM
1/**\r
2 * Books.app\r
3 * A MVC application which displays a list of books and their reviews.\r
4 * Uses nested data which is loaded from a single json file.\r
5 */\r
6Ext.application({\r
7 name: 'Books',\r
8\r
9 controllers: [\r
10 'Books'\r
11 ],\r
12 \r
13 autoCreateViewport: true\r
14});\r