Roo/BorderLayout.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 07:47:58 +0000 (15:47 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 07:47:58 +0000 (15:47 +0800)
Roo/BorderLayout.js

index 34e69b0..01d756a 100644 (file)
@@ -609,6 +609,8 @@ Roo.BorderLayout.RegionFactory = {
         if(config.lightweight || config.basic){
             return new Roo.BasicLayoutRegion(mgr, config, target);
         }
+        Roo.log('mgr!!!!!!!!!!!!!!!!!!!');
+        Roo.log(mgr);
         switch(target){
             case "north":
                 return new Roo.NorthLayoutRegion(mgr, config);