Merge pull request #1171 from probins/mapdocs

Fix error in map docs.
This commit is contained in:
Tim Schaub
2013-10-25 10:51:23 -07:00
+2 -2
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. * @param {Event} event Event.
* @return {ol.Coordinate} Coordinate. * @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. * @param {Event} event Event.
* @return {ol.Pixel} Pixel. * @return {ol.Pixel} Pixel.
*/ */