e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicovered...
[jquery.git] / test / unit / effects.js
index f82c4b1..cc6d365 100644 (file)
@@ -392,7 +392,7 @@ jQuery.each( {
                return prop == "opacity" ? 1 : "";
        },
        "JS Auto": function(elem,prop){
-               jQuery(elem).css(prop,"auto")
+               jQuery(elem).css(prop,"")
                        .text("This is a long string of text.");
                return prop == "opacity" ? 1 : "";
        },