From 30ca5b80364aca62aac3319b2a37767629a407cf Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 11 Mar 2019 13:25:57 +0100 Subject: [PATCH] [Fix] Fixed lifecycle --- bower.json | 2 +- strolch-wc-ws-observer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2881951..0760925 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-ws-observer", "description": "Strolch Polymer WebSocket observer update handler extension", - "version": "0.1.1", + "version": "0.1.3", "authors": [ "Robert von Burg" ], diff --git a/strolch-wc-ws-observer.html b/strolch-wc-ws-observer.html index e9001c6..bfaca4d 100644 --- a/strolch-wc-ws-observer.html +++ b/strolch-wc-ws-observer.html @@ -26,7 +26,7 @@ } }, - ready: function (e) { + attached: function (e) { console.log("strolch-wc-ws-observer attached, connecting WebSocket"); if (!initialized) { initialized = true;