fix(all): docs for all missing props

This commit is contained in:
Manu Mtz.-Almeida
2018-10-11 16:02:15 -05:00
committed by Manu MA
parent 53305741a0
commit a72fced6fe
119 changed files with 1025 additions and 656 deletions

View File

@ -20,9 +20,6 @@ export class ViewController {
public params: ComponentProps | undefined
) {}
/**
* @hidden
*/
async init(container: HTMLElement) {
this.state = ViewState.Attached;
@ -33,7 +30,6 @@ export class ViewController {
}
/**
* @hidden
* DOM WRITE
*/
_destroy() {