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

index e1db345..1ed69f2 100644 (file)
@@ -113,6 +113,8 @@ 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{