[Fix] Fixed lifecycle

This commit is contained in:
Robert von Burg 2019-03-11 13:25:57 +01:00
parent 702d6b8fd5
commit 30ca5b8036
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-ws-observer", "name": "strolch-wc-ws-observer",
"description": "Strolch Polymer WebSocket observer update handler extension", "description": "Strolch Polymer WebSocket observer update handler extension",
"version": "0.1.1", "version": "0.1.3",
"authors": [ "authors": [
"Robert von Burg" "Robert von Burg"
], ],

View File

@ -26,7 +26,7 @@
} }
}, },
ready: function (e) { attached: function (e) {
console.log("strolch-wc-ws-observer attached, connecting WebSocket"); console.log("strolch-wc-ws-observer attached, connecting WebSocket");
if (!initialized) { if (!initialized) {
initialized = true; initialized = true;