X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/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 index 00000000..8bfa51c4 --- /dev/null +++ b/examples/app/feed-viewer/app.js @@ -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' + ] +});