Roo/bootstrap/layout/Border.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Jul 2017 02:09:26 +0000 (10:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Jul 2017 02:09:26 +0000 (10:09 +0800)
Roo/bootstrap/layout/Border.js

index b0cf363..c6ea1ec 100644 (file)
@@ -355,7 +355,7 @@ layout.addxtype({
                 ret = new cfg.xns[cfg.xtype](cfg); // new panel!!!!!
                 
                 this.add(region, ret);
-                
+                /*
                 if (cfg.background) {
                     // render grid on panel activation (if panel background)
                     ret.on('activate', function(gp) {
@@ -366,6 +366,7 @@ layout.addxtype({
                 } else {
                   //  cfg.grid.render(el);
                 }
+                */
                 break;