chore: remove _initialize() function
All checks were successful
All checks were successful
This commit is contained in:
parent
1d75db5841
commit
9b1ce3faca
|
@ -44,10 +44,7 @@ export default (options: ComponentOptions) => {
|
|||
super()
|
||||
|
||||
// initialize dom tree and append to shadow root, as well as initialize state
|
||||
this._initialize()
|
||||
}
|
||||
|
||||
private _initialize() {
|
||||
// initialize state
|
||||
this._states = utils.initState(
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user