X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2Fpanel%2FNest.js;fp=Roo%2Fbootstrap%2Fpanel%2FNest.js;h=9256dd6e0ef9c22d1dff155cd2e17cd76f9c6128;hp=c49661b718161671305c027c8dde1a3572982690;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f 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)){