1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

yes, she knows it’s a multipass

This commit is contained in:
Rob Rix 2015-10-13 10:57:24 -04:00
parent cf64fbb7c7
commit 549f482ebe

View File

@ -32,7 +32,6 @@
function toDOM(json) {
var div = document.createElement("div");
if (json instanceof Array) {
console.log("it's an array");
for (index in json) {
div.appendChild(toDOM(json[index]));
}