aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-12-02 15:14:48 -0500
committerjeresig <jeresig@gmail.com>2009-12-02 15:14:48 -0500
commitbfc15b57efb36ea4cedad3fe2c3645e7b6ad84de (patch)
treef35294b59c576c8a83dcc3ad668ad763f6eedf92
parentad4f28631ac888e7ac8384b4b713012fd1ca2dca (diff)
downloadjquery-bfc15b57efb36ea4cedad3fe2c3645e7b6ad84de.tar.gz
jquery-bfc15b57efb36ea4cedad3fe2c3645e7b6ad84de.zip
Removed debug statements from manipulation tests, was causing errors in IE.
-rw-r--r--test/unit/manipulation.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js
index 494e7f593..ec96c10b8 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();