Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / app / nested-loading / app.js
index efd4778..c370c1c 100644 (file)
@@ -8,5 +8,7 @@ Ext.application({
 
     controllers: [
         'Books'
-    ]
+    ],
+    
+    autoCreateViewport: true
 });