Roo/Element.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 09:57:47 +0000 (17:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 09:57:47 +0000 (17:57 +0800)
Roo/Element.js

index 2795061..1426b86 100644 (file)
@@ -750,7 +750,7 @@ if(opt.anim.isAnimated()){
                 if(!(camel = propCache[prop])){
                     camel = propCache[prop] = prop.replace(camelRe, camelFn);
                 }
-                if(camel == 'float'){ // not sure why this is not here..
+                if (camel == 'float'){ // not sure why this is not here..
                     camel = "cssFloat";
                 }
                 if(camel == 'opacity') {