From d5df4bf80b619470cede5474dc86f945425997a8 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 25 Oct 2013 13:08:26 -0400 Subject: [PATCH] Fix error in map docs [ci skip] --- src/ol/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/map.js b/src/ol/map.js index be7e9bc8c9..da33c8fe96 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -433,7 +433,7 @@ ol.Map.prototype.freezeRendering = function() { /** - * Returns the map pixel position for a a browser event. + * Returns the geographical coordinate for a browser event. * @param {Event} event Event. * @return {ol.Coordinate} Coordinate. */ @@ -443,7 +443,7 @@ ol.Map.prototype.getEventCoordinate = function(event) { /** - * Returns the geographical coordinate for a browser event. + * Returns the map pixel position for a browser event. * @param {Event} event Event. * @return {ol.Pixel} Pixel. */