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:
2e23d01
)
Fix for #193 again
author
Brandon Aaron
<brandon.aaron@gmail.com>
Sun, 15 Oct 2006 22:47:58 +0000
(22:47 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Sun, 15 Oct 2006 22:47:58 +0000
(22:47 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
7ac7ee6
..
2ddb919
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1501,6
+1501,9
@@
jQuery.extend({
} else if (document.defaultView && document.defaultView.getComputedStyle) {
+ if (prop == "cssFloat" || prop == "styleFloat")
+ prop = "float";
+
prop = prop.replace(/([A-Z])/g,"-$1").toLowerCase();
var cur = document.defaultView.getComputedStyle(elem, null);