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-Tag: 1.0a~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=894fc4b280b9ea967a4da08ce6b26462837b033f;p=jquery.git Removed recent cssText addition, doesn't work as expected. --- diff --git a/jquery/jquery.js b/jquery/jquery.js index 757793658..fafed0ea0 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");