class animations: Commented out browser-specific style checks.

This commit is contained in:
Scott González 2009-11-15 23:53:40 +00:00
parent a09664d567
commit 6fdc4b5d32

View File

@ -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)))