app.js 183 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: 'saas.Application',
  7. name: 'saas'
  8. });