Skip to content
Permalink
Browse files
Removing leftover debug code.
  • Loading branch information
jeresig committed Sep 14, 2010
1 parent 2bda99c commit 2131e1a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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();

0 comments on commit 2131e1a

Please sign in to comment.