Roo/BoxComponent.js
authorEdward <edward@roojs.com>
Wed, 23 Apr 2014 03:17:18 +0000 (11:17 +0800)
committerEdward <edward@roojs.com>
Wed, 23 Apr 2014 03:17:18 +0000 (11:17 +0800)
Roo/BoxComponent.js

index ef86fa5..eb47c32 100644 (file)
@@ -63,6 +63,9 @@ Roo.extend(Roo.BoxComponent, Roo.Component, {
      * @return {Roo.BoxComponent} this
      */
     setSize : function(w, h){
+        Roo.log('BoxComponent!!!!!!!!!!');
+        Roo.log(w);
+        Roo.log(h);
         // support for standard size objects
         if(typeof w == 'object'){
             h = w.height;