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