mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
class animations: Commented out browser-specific style checks.
This commit is contained in:
parent
a09664d567
commit
6fdc4b5d32
2
ui/jquery.effects.core.js
vendored
2
ui/jquery.effects.core.js
vendored
@ -201,7 +201,7 @@ function filterStyles(styles) {
|
||||
name in shorthandStyles ||
|
||||
// ignore Mozilla specific styles (Moz and length)
|
||||
// ignore scrollbars (break in IE)
|
||||
(/(Moz)|(length)|(scrollbar)/).test(name) ||
|
||||
// (/(Moz)|(length)|(scrollbar)/).test(name) ||
|
||||
|
||||
// only colors or values that can be converted to numbers
|
||||
(!(/color/i).test(name) && isNaN(parseFloat(value)))
|
||||
|
Loading…
Reference in New Issue
Block a user