oops, remove debugging code

This commit is contained in:
David Glasser
2013-07-24 22:46:40 -07:00
parent e4c568b1e1
commit bc8f251cd1

View File

@@ -1,7 +1,5 @@
Tinytest.add("htmljs", function (test) {
console.log("HI")
console.log(DIV)
// Make sure "style" works, which has to be special-cased for IE.
test.equal(DIV({style:"display:none"}).style.display, "none");
});