Updated client documentation
This commit is contained in:
@ -53,10 +53,4 @@ class Control extends HTMLElement{
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("sea-control", Control)
|
||||
|
||||
/*
|
||||
connectedCallback : called when first added
|
||||
disconnectedCallback : called when removed
|
||||
attributeChangedCallback : called when attribute changes. attribute to be added in observedAttributes
|
||||
*/
|
||||
customElements.define("sea-control", Control)
|
Reference in New Issue
Block a user