Skip to content
Snippets Groups Projects
Commit 7e010fe9 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon:
Browse files

Remove duplicate `this.connected = true;`

`this.connected` should stay hidden in AdapterLitElement.
parent c341cf9e
No related branches found
No related tags found
1 merge request!28Observer test
Pipeline #15999 passed with warnings
......@@ -139,7 +139,6 @@ class DemoConsumer extends DBPLitElement {
super.connectedCallback();
i18n.changeLanguage(this.lang);
console.log('DemoConsumer(' + this.id + ') connectedCallback()');
this.connected = true;
this.render();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment