From 4f8fc26919c85c2c2c80fc4f550d35ece88c77f1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 20 Jan 2017 23:00:59 -0800 Subject: [PATCH] Add semi --- panels/map/ha-panel-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/map/ha-panel-map.html b/panels/map/ha-panel-map.html index caa85b769d..654d812ad0 100644 --- a/panels/map/ha-panel-map.html +++ b/panels/map/ha-panel-map.html @@ -109,7 +109,7 @@ Polymer({ if (this._mapItems.length === 0) { bounds = new window.L.latLngBounds( - [window.L.latLng(this.locationGPS.latitude, this.locationGPS.longitude)]) + [window.L.latLng(this.locationGPS.latitude, this.locationGPS.longitude)]); } else { bounds = new window.L.latLngBounds( this._mapItems.map(function (item) { return item.getLatLng(); }));