try and get ctrl-enter to add a clear all
[roojs1] / Roo / LayoutManager.js
index 0ab3529..f7d7c7f 100644 (file)
  * Base class for layout managers.
  */
 Roo.LayoutManager = function(container, config){
-    Roo.log('3');
-    
     Roo.LayoutManager.superclass.constructor.call(this);
-    
     this.el = Roo.get(container);
-    Roo.log(this);
-    return;
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";
@@ -30,7 +25,6 @@ Roo.LayoutManager = function(container, config){
     }
     this.id = this.el.id;
     this.el.addClass("x-layout-container");
-    
     /** false to disable window resize monitoring @type Boolean */
     this.monitorWindowResize = true;
     this.regions = {};