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

index dc918ae..47eb478 100644 (file)
@@ -44,6 +44,7 @@ Roo.extend(Roo.bootstrap.layout.Border, Roo.bootstrap.layout.Manager, {
     
     onRender : function(ctr, pos)
     {
+        Roo.bootstrap.layout.Border.superclass.onRender.call(this,ctr,pos);
         Roo.each(Roo.bootstrap.layout.Border.regions, function(region) {
             if(this.regions[region]){
                 this.regions[region].onRender(this.el, pos);