UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines 292 B
/** * @class KitchenSink.controller.windowsphone.Main * @extends KitchenSink.controller.phone.Main * * This is the Main controller subclass for the 'WindowsPhone' profile. * */ Ext.define('KitchenSink.controller.windowsphone.Main', { extend: 'KitchenSink.controller.phone.Main' });