Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / examples / app / feed-viewer / app.js
index 8bfa51c..55fc124 100644 (file)
@@ -10,5 +10,7 @@ Ext.application({
     controllers: [
         'Articles',
         'Feeds'
-    ]
+    ],
+    
+    autoCreateViewport: true
 });