git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
598fcca
)
Removed recent cssText addition, doesn't work as expected.
author
John Resig
<jeresig@gmail.com>
Fri, 16 Jun 2006 00:22:00 +0000
(
00:22
+0000)
committer
John Resig
<jeresig@gmail.com>
Fri, 16 Jun 2006 00:22:00 +0000
(
00:22
+0000)
jquery/jquery.js
patch
|
blob
|
history
diff --git
a/jquery/jquery.js
b/jquery/jquery.js
index
7577936
..
fafed0e
100644
(file)
--- 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");