From: John Resig Date: Fri, 16 Jun 2006 00:22:00 +0000 (+0000) Subject: Removed recent cssText addition, doesn't work as expected. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=894fc4b280b9ea967a4da08ce6b26462837b033f;hp=598fcca346535040416d01aa6d2da53f8b1e8422;p=jquery.git Removed recent cssText addition, doesn't work as expected. --- diff --git a/jquery/jquery.js b/jquery/jquery.js index 7577936..fafed0e 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -607,8 +607,7 @@ $.attr = function(o,a,v){ 'for': 'htmlFor', 'text': 'cssText', 'class': 'className', - 'float': 'cssFloat', - 'style': 'cssText' + 'float': 'cssFloat' }; a = (fix[a] && fix[a].replace && fix[a]) || a; var r = new RegExp("-([a-z])","ig");