Removing leftover debug code.
This commit is contained in:
parent
2bda99c18a
commit
2131e1a7ad
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue