]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/ticket-app/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / ticket-app / app.js
CommitLineData
6527f429
DM
1/*\r
2 * This file is generated and updated by Sencha Cmd. You can edit this file as\r
3 * needed for your application, but these edits will have to be merged by\r
4 * Sencha Cmd when upgrading.\r
5 */\r
6Ext.application({\r
7 name: 'Ticket',\r
8\r
9 requires: [\r
10 //'Ext.app.*',\r
11 'Ticket.*'\r
12 ],\r
13 \r
14 extend: 'Ticket.Application'\r
15\r
16 //-------------------------------------------------------------------------\r
17 // Most customizations should be made to Ticket.Application. If you need to\r
18 // customize this file, doing so below this section reduces the likelihood\r
19 // of merge conflicts when upgrading to new versions of Sencha Cmd.\r
20 //-------------------------------------------------------------------------\r
21});\r