Skip to content

Commit b89b666

Browse files
committed
Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346
2 parents f2ce87d + e27fcf4 commit b89b666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
var ralpha = /alpha\([^)]*\)/i,
44
ropacity = /opacity=([^)]*)/,
55
rdashAlpha = /-([a-z])/ig,
6-
rupper = /([A-Z])/g,
6+
// fixed for IE9, see #8346
7+
rupper = /([A-Z]|^ms)/g,
78
rnumpx = /^-?\d+(?:px)?$/i,
89
rnum = /^-?\d/,
910

0 commit comments

Comments
 (0)