Roo/LayoutManager.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:04:49 +0000 (16:04 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:04:49 +0000 (16:04 +0800)
Roo/LayoutManager.js

index f7d7c7f..6ce9b42 100644 (file)
@@ -25,6 +25,10 @@ Roo.LayoutManager = function(container, config){
     }
     this.id = this.el.id;
     this.el.addClass("x-layout-container");
+    
+    Roo.log('this.el!!!!!!!!');
+    Roo.log(this.el);return
+    
     /** false to disable window resize monitoring @type Boolean */
     this.monitorWindowResize = true;
     this.regions = {};