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;