comments for workarounds are always welcome.

This commit is contained in:
louisremi 2011-02-23 15:55:13 +01:00
parent c5264ce196
commit e27fcf42ce

View 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/,