aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-11-15 23:53:40 +0000
committerScott González <scott.gonzalez@gmail.com>2009-11-15 23:53:40 +0000
commit6fdc4b5d32224d6c5a534257fa90787590e50a92 (patch)
treec002bdd02e37f4bd914cba9fccc6ae137a3470aa /ui/jquery.effects.core.js
parenta09664d5673e394b3435e7324b8db3636ce87d12 (diff)
downloadjquery-ui-6fdc4b5d32224d6c5a534257fa90787590e50a92.tar.gz
jquery-ui-6fdc4b5d32224d6c5a534257fa90787590e50a92.zip
class animations: Commented out browser-specific style checks.
Diffstat (limited to 'ui/jquery.effects.core.js')
-rw-r--r--ui/jquery.effects.core.js2
1 files changed, 1 insertions, 1 deletions
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)))