Changed Roo/LayoutRegion.js
[roojs1] / Roo / LayoutRegion.js
index a2d6cef..726df9c 100644 (file)
@@ -349,8 +349,10 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, {
         }
         this.collapsed = false;
         if(this.config.animate && skipAnim !== true){
+            Roo.log('animate??');
             this.animateExpand();
         }else{
+            Roo.log('not animate??');
             this.el.show();
             if(this.split){
                 this.split.el.show();