Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / 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 });