From 6f5d047a7122231ca48737c05c1a9b7c3096dab6 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Thu, 26 Mar 2015 01:36:23 +0100 Subject: [PATCH] nodelist: change h2 to "Alle Knoten" --- lib/nodelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodelist.js b/lib/nodelist.js index 09a6b30..bd37a60 100644 --- a/lib/nodelist.js +++ b/lib/nodelist.js @@ -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")