Roo/SplitLayoutRegion.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:53:23 +0000 (17:53 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:53:23 +0000 (17:53 +0800)
Roo/SplitLayoutRegion.js

index 80a01d8..12811e5 100644 (file)
@@ -119,7 +119,9 @@ Roo.extend(Roo.SplitLayoutRegion, Roo.LayoutRegion, {
     afterSlide : function(){
         if(Roo.isGecko){// firefox overflow auto bug workaround
             this.bodyEl.unclip();
-            if(this.tabs) this.tabs.bodyEl.unclip();
+            if(this.tabs) {
+                this.tabs.bodyEl.unclip();
+            }
             if(this.activePanel){
                 this.activePanel.getEl().unclip();
                 if(this.activePanel.afterSlide){