Roo/bootstrap/layout/Border.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 06:53:42 +0000 (14:53 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Jul 2017 06:53:42 +0000 (14:53 +0800)
Roo/bootstrap/layout/Border.js

index 47aad45..7af76bc 100644 (file)
@@ -46,7 +46,7 @@ Roo.extend(Roo.bootstrap.layout.Border, Roo.bootstrap.layout.Manager, {
     {
         Roo.each(Roo.bootstrap.layout.Border.regions, function(region) {
             if(this.regions[region]){
-                this.regions.render(this.el, pos);
+                this.regions[region].render(this.el, pos);
             }
         },this);