Roo/bootstrap/layout/Border.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 01:50:22 +0000 (09:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Jul 2017 01:50:22 +0000 (09:50 +0800)
Roo/bootstrap/layout/Border.js

index fe72f5b..3442417 100644 (file)
@@ -341,9 +341,9 @@ layout.addxtype({
                 // needs grid and region
                 
                 //var el = this.getRegion(region).el.createChild();
-                var el = this.el.createChild();
+                //var el = this.el.createChild();
                 // create the grid first...
-                cfg.grid.el = el;
+                //cfg.grid.el = el;
                 cfg.grid = new cfg.grid.xns[cfg.grid.xtype](cfg.grid);