mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-11 19:36:35 +00:00
Lint
This commit is contained in:
parent
07357bcca8
commit
993f136934
@ -159,7 +159,7 @@ Polymer({
|
|||||||
|
|
||||||
var disconnected = function () {
|
var disconnected = function () {
|
||||||
this.hass = Object.assign({}, this.hass, { connected: false });
|
this.hass = Object.assign({}, this.hass, { connected: false });
|
||||||
}.bind(this)
|
}.bind(this);
|
||||||
|
|
||||||
conn.addEventListener('disconnected', disconnected);
|
conn.addEventListener('disconnected', disconnected);
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ Polymer({
|
|||||||
conn.removeEventListener('disconnected', disconnected);
|
conn.removeEventListener('disconnected', disconnected);
|
||||||
unsubEntities();
|
unsubEntities();
|
||||||
unsubConfig();
|
unsubConfig();
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
handleConnectionPromise: function (prom) {
|
handleConnectionPromise: function (prom) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user