mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Cleanup
This commit is contained in:
@@ -9,7 +9,6 @@ customElements.define('developer-tooling', class extends HTMLElement {
|
||||
|
||||
constructor () {
|
||||
super()
|
||||
console.log('[developer-tooling] constructor')
|
||||
this.template = document.createElement('template')
|
||||
this.template.innerHTML = `
|
||||
<div>
|
||||
@@ -224,12 +223,10 @@ customElements.define('developer-tooling', class extends HTMLElement {
|
||||
}
|
||||
|
||||
load () {
|
||||
console.log('load', this.style)
|
||||
this.style.display = ''
|
||||
}
|
||||
|
||||
unload () {
|
||||
console.log('unload', this.style)
|
||||
this.style.display = 'none'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user