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

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