/* * This file launches the application by asking Ext JS to create * and launch() the Application class. */ Ext.application({ extend: 'uas.Application', name: 'uas' });