e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicovered...
authorjeresig <jeresig@gmail.com>
Thu, 23 Sep 2010 03:28:57 +0000 (23:28 -0400)
committerjeresig <jeresig@gmail.com>
Thu, 23 Sep 2010 03:28:57 +0000 (23:28 -0400)
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 : "";
        },