Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 04:28:57 +0000 (12:28 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 04:28:57 +0000 (12:28 +0800)
Roo/bootstrap/panel/Content.js

index 652ff67..cbf24f6 100644 (file)
@@ -241,13 +241,6 @@ Roo.extend(Roo.bootstrap.panel.Content, Roo.bootstrap.Component, {
     },
 
     ignoreResize : function(w, h){
-        
-        Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-        if(this.lastSize && (this.lastSize.width == 0 || this.lastSize.height == 0)){
-            this.lastSize = {width: w, height: h};
-            return false;
-        }
-        
         if(this.lastSize && this.lastSize.width == w && this.lastSize.height == h){
             return true;
         }else{