mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Remove debug
This commit is contained in:
parent
76ad419420
commit
dd47af5d09
@ -669,7 +669,7 @@ const Et2WidgetMixin = (superClass) =>
|
|||||||
|
|
||||||
let widget_class = window.customElements.get(this.nodeName);
|
let widget_class = window.customElements.get(this.nodeName);
|
||||||
let properties = widget_class ? widget_class.properties() : {};
|
let properties = widget_class ? widget_class.properties() : {};
|
||||||
console.log(this, properties);
|
|
||||||
if(_parent)
|
if(_parent)
|
||||||
{
|
{
|
||||||
copy.setParent(_parent);
|
copy.setParent(_parent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user