Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 03:45:07 +0000 (11:45 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 03:45:07 +0000 (11:45 +0800)
Roo/bootstrap/panel/Nest.js

Roo/bootstrap/panel/Content.js
Roo/bootstrap/panel/Nest.js

index c2475bc..cbf24f6 100644 (file)
@@ -359,7 +359,6 @@ panel.load({
     },
     
     setSize : function(width, height){
-        Roo.log('content set size???????????????????????????????????');
         if(this.fitToFrame && !this.ignoreResize(width, height)){
             if(this.fitContainer && this.resizeEl != this.el){
                 this.el.setSize(width, height);
index ca06976..610e8de 100644 (file)
@@ -40,7 +40,6 @@ Roo.bootstrap.panel.Nest = function(config)
 Roo.extend(Roo.bootstrap.panel.Nest, Roo.bootstrap.panel.Content, {
 
     setSize : function(width, height){
-        Roo.log('Nest set Size!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
         if(!this.ignoreResize(width, height)){
             var size = this.adjustForComponents(width, height);
             var el = this.layout.getEl();