Removing leftover debug code.

This commit is contained in:
jeresig 2010-09-14 09:52:13 -04:00
parent 2bda99c18a
commit 2131e1a7ad

View file

@ -514,7 +514,7 @@ jQuery.each( {
if ( t_h == "show" ) {
var old_h = jQuery.css(this, "height", undefined, true);
jQuery(this).append("<br/>Some more text<br/>and some more...");
notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto. " + n);
notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto.");
}
start();