We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a5ee9 commit 730f6d0Copy full SHA for 730f6d0
ui/jquery.effects.core.js
@@ -199,9 +199,8 @@ function filterStyles(styles) {
199
$.isFunction(value) ||
200
// shorthand styles that need to be expanded
201
name in shorthandStyles ||
202
- // ignore Mozilla specific styles (Moz and length)
203
// ignore scrollbars (break in IE)
204
-// (/(Moz)|(length)|(scrollbar)/).test(name) ||
+ (/scrollbar/).test(name) ||
205
206
// only colors or values that can be converted to numbers
207
(!(/color/i).test(name) && isNaN(parseFloat(value)))
0 commit comments