Roo/Element.js
authoredward <edward@roojs.com>
Fri, 24 Feb 2017 06:30:04 +0000 (14:30 +0800)
committeredward <edward@roojs.com>
Fri, 24 Feb 2017 06:30:04 +0000 (14:30 +0800)
Roo/Element.js

index 1432ca8..493394d 100644 (file)
@@ -694,6 +694,7 @@ if(opt.anim.isAnimated()){
         getStyle : function(){
             return view && view.getComputedStyle ?
                 function(prop){
+                    Roo.log('1');
                     var el = this.dom, v, cs, camel;
                     if(prop == 'float'){
                         prop = "cssFloat";
@@ -710,6 +711,7 @@ if(opt.anim.isAnimated()){
                     return null;
                 } :
                 function(prop){
+                    Roo.log('1');
                     var el = this.dom, v, cs, camel;
                     if(prop == 'opacity'){
                         if(typeof el.style.filter == 'string'){