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

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