Fix error in map docs

[ci skip]
This commit is contained in:
Peter Robins
2013-10-25 13:08:26 -04:00
parent a13c5d30a2
commit d5df4bf80b

View File

@@ -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.
*/