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

index 949965e..8961bf2 100644 (file)
@@ -343,7 +343,7 @@ layout.addxtype({
                 //var el = this.getRegion(region).el.createChild();
                 var el = this.el.createChild();
                 // create the grid first...
-                //cfg.grid.el = el;
+                cfg.grid.container = el;
                 cfg.grid = new cfg.grid.xns[cfg.grid.xtype](cfg.grid);