]> source.dussan.org Git - jquery-ui.git/commitdiff
class animations: Commented out browser-specific style checks.
authorScott González <scott.gonzalez@gmail.com>
Sun, 15 Nov 2009 23:53:40 +0000 (23:53 +0000)
committerScott González <scott.gonzalez@gmail.com>
Sun, 15 Nov 2009 23:53:40 +0000 (23:53 +0000)
ui/jquery.effects.core.js

index ca8d73809c561ac189f19caf9c67b2c4483ed4ee..5796edd739cd4325b37c0ecd2e3ca743f1479608 100644 (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)))