app.js 181 B

123456789
  1. /*
  2. * This file launches the application by asking Ext JS to create
  3. * and launch() the Application class.
  4. */
  5. Ext.application({
  6. extend: 'uas.Application',
  7. name: 'uas'
  8. });