]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/app/feed-viewer/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / app / feed-viewer / app.js
CommitLineData
6527f429
DM
1Ext.application({\r
2 name: 'FV',\r
3\r
4 // All the paths for custom classes\r
5 paths: {\r
6 'Ext.ux': '../../../examples/ux/'\r
7 },\r
8\r
9 // Define all the controllers that should initialize at boot up of your application\r
10 controllers: [\r
11 'Articles',\r
12 'Feeds'\r
13 ],\r
14 \r
15 autoCreateViewport: true\r
16});\r