Roo/Element.js
authorEdward <edward@roojs.com>
Mon, 13 Jan 2014 08:14:16 +0000 (16:14 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Jan 2014 08:14:16 +0000 (16:14 +0800)
Roo/Element.js

index 56539a7..7973d8e 100644 (file)
@@ -679,13 +679,13 @@ if(opt.anim.isAnimated()){
          * @return {Object} The style object
          */
         getStyles : function(){
-            Roo.log('in?');
+            
             
             
             var a = arguments, len = a.length, r = {};
             if(a == 'all'){
                 var s = this.attr('style').split(';');
-                
+                Roo.log(s);
                 return r;
             }
             for(var i = 0; i < len; i++){