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