mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06:34 +00:00
Add semi
This commit is contained in:
parent
cc768b290a
commit
4f8fc26919
@ -109,7 +109,7 @@ Polymer({
|
|||||||
|
|
||||||
if (this._mapItems.length === 0) {
|
if (this._mapItems.length === 0) {
|
||||||
bounds = new window.L.latLngBounds(
|
bounds = new window.L.latLngBounds(
|
||||||
[window.L.latLng(this.locationGPS.latitude, this.locationGPS.longitude)])
|
[window.L.latLng(this.locationGPS.latitude, this.locationGPS.longitude)]);
|
||||||
} else {
|
} else {
|
||||||
bounds = new window.L.latLngBounds(
|
bounds = new window.L.latLngBounds(
|
||||||
this._mapItems.map(function (item) { return item.getLatLng(); }));
|
this._mapItems.map(function (item) { return item.getLatLng(); }));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user