From f12d5709ba8e7fa619609ef88019f69b847e7b94 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Wed, 4 Jan 2023 16:34:59 +0100 Subject: [PATCH] chore: doc + tidy --- application/source/dom/customelement.mjs | 1 - documentation/tutorial/assets/customelement-interaction.puml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application/source/dom/customelement.mjs b/application/source/dom/customelement.mjs index 4d0148678..e9049bcf4 100644 --- a/application/source/dom/customelement.mjs +++ b/application/source/dom/customelement.mjs @@ -468,7 +468,6 @@ class CustomElement extends HTMLElement { } addObjectWithUpdaterToElement.call(self, nodeList, customElementUpdaterLinkSymbol, clone(self[internalSymbol].getRealSubject()['options'])) - //assignUpdaterToElement.call(self, nodeList, clone(self[internalSymbol].getRealSubject()['options'])); return self; } diff --git a/documentation/tutorial/assets/customelement-interaction.puml b/documentation/tutorial/assets/customelement-interaction.puml index bd9772391..39fb82486 100644 --- a/documentation/tutorial/assets/customelement-interaction.puml +++ b/documentation/tutorial/assets/customelement-interaction.puml @@ -50,7 +50,7 @@ end -CustomElement -> CustomElement: assignUpdaterToElement() +CustomElement -> CustomElement: addObjectWithUpdaterToElement() activate CustomElement -- GitLab