Exploded & tested stuff #20

Merged
MoOx merged 33 commits from testling into master 2014-10-14 01:27:04 -05:00
Showing only changes of commit 799dd51597 - Show all commits

View File

@@ -29,7 +29,7 @@ tape("test forEachEls on an array", function(t) {
t.end() t.end()
}) })
tape("test forEachEls on an NodeList", function(t) { tape("test forEachEls on a NodeList", function(t) {
div.innerHTML = "div tag" div.innerHTML = "div tag"
span.innerHTML = "span tag" span.innerHTML = "span tag"