From: Edward Date: Mon, 13 Jan 2014 08:30:21 +0000 (+0800) Subject: Roo/Element.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=6c1996fc9b36b9cc23382477e90b2c9c37556689;p=roojs1 Roo/Element.js --- diff --git a/Roo/Element.js b/Roo/Element.js index d56ff340a9..60c484cce4 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -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];