Removed debug statements from manipulation tests, was causing errors in IE.

This commit is contained in:
jeresig 2009-12-02 15:14:48 -05:00
parent ad4f28631a
commit bfc15b57ef

View file

@ -652,8 +652,6 @@ test("val(Function)", function() {
var testHtml = function(valueObj) { var testHtml = function(valueObj) {
expect(20); expect(20);
window.debug = true;
jQuery.scriptorder = 0; jQuery.scriptorder = 0;
var div = jQuery("#main > div"); var div = jQuery("#main > div");
@ -664,8 +662,6 @@ var testHtml = function(valueObj) {
} }
ok( pass, "Set HTML" ); ok( pass, "Set HTML" );
delete window.debug;
reset(); reset();
// using contents will get comments regular, text, and comment nodes // using contents will get comments regular, text, and comment nodes
var j = jQuery("#nonnodes").contents(); var j = jQuery("#nonnodes").contents();