UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (10 loc) 350 B
/** * The main application class. An instance of this class is created by app.js when it calls * Ext.application(). This is the ideal place to handle application launch and initialization * details. */ Ext.define('ResponsiveApp.Application', { extend: 'Ext.app.Application', name: 'ResponsiveApp', glyphFontFamily: 'Pictos' });