nodelist: change h2 to "Alle Knoten"

This commit is contained in:
Nils Schneider 2015-03-26 01:36:23 +01:00
parent c6f8b5e8e4
commit 6f5d047a71

View file

@ -13,7 +13,7 @@ define(function () {
return
var h2 = document.createElement("h2")
h2.textContent = "Knoten"
h2.textContent = "Alle Knoten"
el.appendChild(h2)
var table = document.createElement("table")