/*! * Ext JS Library * Copyright(c) 2006-2014 Sencha Inc. * [email protected] * http://www.sencha.com/license */ Ext.define('Ext.ux.desktop.Module', { mixins: { observable: 'Ext.util.Observable' }, constructor: function (config) { this.mixins.observable.constructor.call(this, config); this.init(); }, init: Ext.emptyFn});