Skip to content
Permalink
Browse files
Fix for #193 again
  • Loading branch information
brandonaaron committed Oct 15, 2006
1 parent 2e23d01 commit 688c724
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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);

0 comments on commit 688c724

Please sign in to comment.