r3453 committed - class animations: Commented out browser-specific style checks.

r3453 committed - class animations: Commented out browser-specific style checks.


Revision: 3453
Author: scott.gonzalez
Date: Sun Nov 15 15:53:40 2009
Log: class animations: Commented out browser-specific style checks.
http://code.google.com/p/jquery-ui/source/detail?r=3453
Modified:
/trunk/ui/jquery.effects.core.js
=======================================
--- /trunk/ui/jquery.effects.core.js    Sat Nov 14 17:30:38 2009
+++ /trunk/ui/jquery.effects.core.js    Sun Nov 15 15:53:40 2009
@@ -201,7 +201,7 @@
            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)))