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:
parent
cf64fbb7c7
commit
549f482ebe
@ -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]));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user