Roo/bootstrap/panel/Grid.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 03:44:01 +0000 (11:44 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 03:44:01 +0000 (11:44 +0800)
Roo/bootstrap/panel/Grid.js

index c197a11..113ebdf 100644 (file)
@@ -109,12 +109,9 @@ Roo.extend(Roo.bootstrap.panel.Grid, Roo.bootstrap.panel.Content, {
     },
     
     setSize : function(width, height){
-        Roo.log('setSize?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
         if(!this.ignoreResize(width, height)){
             var grid = this.grid;
             var size = this.adjustForComponents(width, height);
-            Roo.log('size??????????????????????????????????');
-            Roo.log(size);
             var gridel = grid.getGridEl();
             gridel.setSize(size.width, size.height);
             /*