]> source.dussan.org Git - jquery.git/commitdiff
comments for workarounds are always welcome. 243/head
authorlouisremi <louisremi@louisremi-laptop.(none)>
Wed, 23 Feb 2011 14:55:13 +0000 (15:55 +0100)
committerlouisremi <louisremi@louisremi-laptop.(none)>
Wed, 23 Feb 2011 14:55:13 +0000 (15:55 +0100)
src/css.js

index 86a5c71a11d6e9624389cad757e95d0c3dd82c92..04e205eb424189c7f090616736efebfc87e490cd 100644 (file)
@@ -3,6 +3,7 @@
 var ralpha = /alpha\([^)]*\)/i,
        ropacity = /opacity=([^)]*)/,
        rdashAlpha = /-([a-z])/ig,
+       // fixed for IE9, see #8346
        rupper = /([A-Z]|^ms)/g,
        rnumpx = /^-?\d+(?:px)?$/i,
        rnum = /^-?\d/,