From a4982ff81b5df7fb4f7b032b0e2fcf7a6936700d Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 31 Dec 2011 19:51:32 +0530 Subject: [PATCH] typo in MapMarker --- source/Ox.UI/js/Map/Ox.MapMarker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Ox.MapMarker.js b/source/Ox.UI/js/Map/Ox.MapMarker.js index dc987223..eb7e7b08 100644 --- a/source/Ox.UI/js/Map/Ox.MapMarker.js +++ b/source/Ox.UI/js/Map/Ox.MapMarker.js @@ -110,7 +110,7 @@ Ox.MapMarker = function(options) { lng = e.latLng.lng(), span = Math.min( that.place.sizeEastWest * Ox.getDegreesPerMeter(lat) / 2, 179.99999999 - ); + ), degreesPerMeter = Ox.getDegreesPerMeter(lat); that.place.south += lat - that.place.lat; that.place.north += lat - that.place.lat;