X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Fmanipulation.js;h=ec96c10b887bc55679b1cee118166fd62ec91c17;hb=0f0fd1aee34b81411419ae3b152e03dfdf58b4f4;hp=494e7f59301341bbda1bbca2b4ebcb7df7fb9ef0;hpb=e277e6ed2120e9930193582307b8296ed37bd663;p=jquery.git diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 494e7f5..ec96c10 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -652,8 +652,6 @@ test("val(Function)", function() { var testHtml = function(valueObj) { expect(20); - window.debug = true; - jQuery.scriptorder = 0; var div = jQuery("#main > div"); @@ -664,8 +662,6 @@ var testHtml = function(valueObj) { } ok( pass, "Set HTML" ); - delete window.debug; - reset(); // using contents will get comments regular, text, and comment nodes var j = jQuery("#nonnodes").contents();