Roo/bootstrap/layout/Border.js
authorAlan Knowles <alan@roojs.com>
Mon, 3 Jul 2017 06:11:32 +0000 (14:11 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Jul 2017 06:11:32 +0000 (14:11 +0800)
Roo/bootstrap/layout/Border.js

index c4a08e5..8c2f4d2 100644 (file)
@@ -58,7 +58,7 @@ Roo.extend(Roo.bootstrap.layout.Border, Roo.bootstrap.layout.Manager, {
 
     // private (kinda)
     bindRegion : function(r){
-        this.regions[r.target] = r;
+        this.regions[r.config.region] = r;
         
         r.on("visibilitychange",    this.layout, this);
         r.on("paneladded",          this.layout, this);