From 60c8a057ab23140a10f820ec1ff00ebb2aa9b094 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Sat, 5 Nov 2016 20:56:48 +0100 Subject: [PATCH] Fix typos --- single.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/single.php b/single.php index a61a41c..5900446 100644 --- a/single.php +++ b/single.php @@ -115,9 +115,10 @@ marker.setVisible(true); bounds.extend(marker.getPosition()); } - this.map.fitBounds(bounds); - if(this.map.getZoom() > 15) - this.map.setZoom(15); + map.fitBounds(bounds); + if(map.getZoom() > 15){ + map.setZoom(15); + } }