feature: add notifications

This commit is contained in:
Clément
2018-11-12 18:52:43 +01:00
parent 2acda2369a
commit 07ebb1bc60
8 changed files with 35 additions and 10 deletions
-3
View File
@@ -119,7 +119,6 @@ document.addEventListener('WebComponentsReady', function(event) {
}
render() {
console.log(this.value);
this.innerHTML = this.template;
}
}
@@ -134,7 +133,6 @@ document.addEventListener('WebComponentsReady', function(event) {
}
render() {
console.log(this.value);
this.innerHTML = this.template;
}
}
@@ -153,7 +151,6 @@ document.addEventListener('WebComponentsReady', function(event) {
}
render() {
console.log(this.value);
this.innerHTML = this.template;
}
}