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

index 1432ca8..f78afad 100644 (file)
@@ -705,6 +705,7 @@ if(opt.anim.isAnimated()){
                         if(!(camel = propCache[prop])){
                             camel = propCache[prop] = prop.replace(camelRe, camelFn);
                         }
+                        Roo.log(camel);
                         return cs[camel];
                     }
                     return null;