git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ad4f286
)
Removed debug statements from manipulation tests, was causing errors in IE.
author
jeresig
<jeresig@gmail.com>
Wed, 2 Dec 2009 20:14:48 +0000
(15:14 -0500)
committer
jeresig
<jeresig@gmail.com>
Wed, 2 Dec 2009 20:14:48 +0000
(15:14 -0500)
test/unit/manipulation.js
patch
|
blob
|
history
diff --git
a/test/unit/manipulation.js
b/test/unit/manipulation.js
index
494e7f5
..
ec96c10
100644
(file)
--- a/
test/unit/manipulation.js
+++ b/
test/unit/manipulation.js
@@
-652,8
+652,6
@@
test("val(Function)", function() {
var testHtml = function(valueObj) {
expect(20);
var testHtml = function(valueObj) {
expect(20);
- window.debug = true;
-
jQuery.scriptorder = 0;
var div = jQuery("#main > div");
jQuery.scriptorder = 0;
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();
// using contents will get comments regular, text, and comment nodes
var j = jQuery("#nonnodes").contents();
reset();
// using contents will get comments regular, text, and comment nodes
var j = jQuery("#nonnodes").contents();