From 571720f0c46fd0568d9eb9f7fe61726db9cac293 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mi, 26 Apr 2023 10:24:42 +0200
Subject: [PATCH] use new charts for clarity / correctness

---
 index.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 6f46a19..257b74d 100644
--- a/index.html
+++ b/index.html
@@ -1317,6 +1317,9 @@
 						</pre>
 					</section>
 					<section>
+						<img data-src="/assets/images/constructor-and-its-prototype.svg">
+					</section>
+					<section>
 						<div>Dynamische Änderung des Prototypen</div>
 						<pre>
 							<code class="js" data-trim data-line-numbers>
@@ -1362,7 +1365,7 @@
 					<section>
 						<h3>Vererbung</h3>
 						<pre>
-							<code class="js" data-trim data-line-numbers>
+							<code class="js" data-trim data-line-numbers="1-11|13-14|16-24">
 								function Shape() {
 								}
 								

--
Gitblit v1.9.3