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