Roo/LayoutRegion.js
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 08:26:51 +0000 (16:26 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 08:26:51 +0000 (16:26 +0800)
Roo/LayoutRegion.js

index c0c55a8..9fc19e2 100644 (file)
@@ -444,7 +444,7 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, {
      */
     showPanel : function(panel)
     {
-        var panel = this.getPanel(panel);
+        panel = this.getPanel(panel);
         if(panel){
             if(this.tabs){
                 var tab = this.tabs.getTab(panel.getEl().id);