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

index 27f7f0c..f7d7c7f 100644 (file)
  */
 Roo.LayoutManager = function(container, config){
     Roo.LayoutManager.superclass.constructor.call(this);
-    Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-    Roo.log(container);
-    
     this.el = Roo.get(container);
-    Roo.log('this.el');
-    Roo.log(this.el);return;
     // ie scrollbar fix
     if(this.el.dom == document.body && Roo.isIE && !config.allowScroll){
         document.body.scroll = "no";
@@ -116,8 +111,6 @@ Roo.extend(Roo.LayoutManager, Roo.util.Observable, {
      */
     getViewSize : function(){
         var size;
-        Roo.log('getViewSize!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
-        Roo.log(this.el.dom);
         if(this.el.dom != document.body){
             size = this.el.getSize();
         }else{