Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / app / feed-viewer / app.js
diff --git a/examples/app/feed-viewer/app.js b/examples/app/feed-viewer/app.js
new file mode 100644 (file)
index 0000000..8bfa51c
--- /dev/null
@@ -0,0 +1,14 @@
+Ext.application({
+    name: 'FV',
+
+    // All the paths for custom classes
+    paths: {
+        'Ext.ux': '../../../examples/ux/'
+    },
+
+    // Define all the controllers that should initialize at boot up of your application
+    controllers: [
+        'Articles',
+        'Feeds'
+    ]
+});