X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2Fpanel%2FNest.js;h=9256dd6e0ef9c22d1dff155cd2e17cd76f9c6128;hb=23a0c8c1c7942f78ddb512df49e0ff19f12b06fa;hp=c49661b718161671305c027c8dde1a3572982690;hpb=7811bdad238a16fa881fa617d9c4e53da624968e;p=roojs1 diff --git a/Roo/bootstrap/panel/Nest.js b/Roo/bootstrap/panel/Nest.js index c49661b718..9256dd6e0e 100644 --- a/Roo/bootstrap/panel/Nest.js +++ b/Roo/bootstrap/panel/Nest.js @@ -6,7 +6,6 @@ * Create a new Panel, that can contain a layout.Border. * * - * @param {Roo.BorderLayout} layout The layout for this panel * @param {String/Object} config A string to set only the title or a config object */ Roo.bootstrap.panel.Nest = function(config) @@ -39,6 +38,10 @@ Roo.bootstrap.panel.Nest = function(config) }; Roo.extend(Roo.bootstrap.panel.Nest, Roo.bootstrap.panel.Content, { + /** + * @cfg {Roo.BorderLayout} layout The layout for this panel + */ + layout : false, setSize : function(width, height){ if(!this.ignoreResize(width, height)){