X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/layout/container/boxOverflow/None.js?ds=sidebyside diff --git a/src/layout/container/boxOverflow/None.js b/src/layout/container/boxOverflow/None.js index 01fd1a90..ecd060f4 100644 --- a/src/layout/container/boxOverflow/None.js +++ b/src/layout/container/boxOverflow/None.js @@ -18,6 +18,8 @@ Ext.define('Ext.layout.container.boxOverflow.None', { handleOverflow: Ext.emptyFn, clearOverflow: Ext.emptyFn, + + onRemove: Ext.emptyFn, /** * @private @@ -27,5 +29,7 @@ Ext.define('Ext.layout.container.boxOverflow.None', { */ getItem: function(item) { return this.layout.owner.getComponent(item); - } + }, + + onRemove: Ext.emptyFn }); \ No newline at end of file