From 6fdc4b5d32224d6c5a534257fa90787590e50a92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 15 Nov 2009 23:53:40 +0000 Subject: [PATCH] class animations: Commented out browser-specific style checks. --- ui/jquery.effects.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js index ca8d73809..5796edd73 100644 --- a/ui/jquery.effects.core.js +++ b/ui/jquery.effects.core.js @@ -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))) -- 2.39.5