From 1065fc546e9fa0114e159476fbcbb2cc4cd19766 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 26 Jul 2010 17:57:43 +0800 Subject: [PATCH] Roo/Element.js --- Roo/Element.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/Element.js b/Roo/Element.js index ed7df3a886..279506177e 100644 --- a/Roo/Element.js +++ b/Roo/Element.js @@ -750,8 +750,8 @@ if(opt.anim.isAnimated()){ if(!(camel = propCache[prop])){ camel = propCache[prop] = prop.replace(camelRe, camelFn); } - if(prop == 'float'){ // not sure why this is not here.. - prop = "cssFloat"; + if(camel == 'float'){ // not sure why this is not here.. + camel = "cssFloat"; } if(camel == 'opacity') { this.setOpacity(value); -- 2.39.2