home

Init()

if (!this.isInitialized) {const s

elf = this

this.isWaiting = true

 

logger.info(`Esperando para inicializar`)

 

waitFor( () => window.CODE && window.POEMS )

.then(() => {

self.isWaiting = false

self.init()

})

}