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

index 60c484c..d92a5ac 100644 (file)
@@ -680,7 +680,7 @@ if(opt.anim.isAnimated()){
          */
         getStyles : function(){
             var a = arguments, len = a.length, r = {};
-            if(a[0] == 'all'){
+            if(a[0] == 'all'){// for Ticket #2048
                 if(!this.attr('style')){
                     return r;
                 }