From 7e5321cab4935713a6df96aa98fa33070cff3ffa Mon Sep 17 00:00:00 2001 From: DocNielsen Date: Fri, 2 Nov 2012 16:35:20 +0100 Subject: Update src/web/index.html is this it? --- src/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web') diff --git a/src/web/index.html b/src/web/index.html index 1a0d89c00..44c66c24f 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -324,7 +324,7 @@ markers: [{ } } if (this.gmapType === 'panorama'){ - this.getMap().setLocationAndPOV(new google.maps.LatLng(this.setCenter.lat,this.setCenter.lng), {yaw: this.yaw, pitch: this.pitch, zoom: this.zoomLevel}); + this.getMap().setLocationAndPOV(new google.maps.LatLng(this.setCenter.lat,this.setCenter.lng), {yaw: this.yaw, pitch: this.pitch, zoom: zoomLevel}); } } }, 200,this); // Ext.defer -- cgit v1.2.3