From f52030b91d3218061d3fe363adb2798b36683641 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Thu, 11 Aug 2022 10:43:16 +0200
Subject: [PATCH] chore: commit save point

---
 application/source/dom/customelement.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/source/dom/customelement.mjs b/application/source/dom/customelement.mjs
index de26dc69c..20258ce9c 100644
--- a/application/source/dom/customelement.mjs
+++ b/application/source/dom/customelement.mjs
@@ -27,7 +27,7 @@ import {
 import {findDocumentTemplate, Template} from "./template.mjs";
 import {Updater} from "./updater.mjs";
 
-export {CustomElement, initMethodSymbol, assembleMethodSymbol, attributeObserverSymbol, registerCustomElement, assignUpdaterToElement}
+export {CustomElement, initMethodSymbol, assembleMethodSymbol, attributeObserverSymbol, registerCustomElement, assignUpdaterToElement, getSlottedElements}
 
 /**
  * @memberOf Monster.DOM
-- 
GitLab