constructor: function (config) { config = config || {}; Ext.merge(this.proxy, config.proxy); delete config.proxy; this.callParent(arguments); }