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

index d56ff34..60c484c 100644 (file)
@@ -679,19 +679,12 @@ if(opt.anim.isAnimated()){
          * @return {Object} The style object
          */
         getStyles : function(){
-            
-            
-            
             var a = arguments, len = a.length, r = {};
-            Roo.log(a[0]);
             if(a[0] == 'all'){
-                Roo.log(this)
                 if(!this.attr('style')){
                     return r;
                 }
                 var s = this.attr('style').split(';');
-                Roo.log(s);
-                
                 Roo.each(s, function(v){
                     var style = v.split(':');
                     r[style[0]] = style[1];