remove globals in tests for compability with ?noglobals, to be enabled by default

This commit is contained in:
Jörn Zaefferer 2009-09-15 17:51:38 +00:00
parent 0b36b26259
commit f55fb36e54
2 changed files with 5 additions and 2 deletions

View file

@ -626,7 +626,7 @@ var testHtml = function(valueObj) {
}
ok( pass, "Set HTML" );
window.debug = false;
delete window.debug;
reset();
// using contents will get comments regular, text, and comment nodes