Fixing typo

This commit is contained in:
ahocevar
2013-05-16 10:45:25 +02:00
parent 7a800068ed
commit 8084e20e64
+1 -1
View File
@@ -60,7 +60,7 @@ ol.extent.boundingExtentXYs_ = function(xs, ys, opt_extent) {
* Checks if the passed coordinate is contained or on the edge of the extent. * Checks if the passed coordinate is contained or on the edge of the extent.
* *
* @param {ol.Extent} extent Extent. * @param {ol.Extent} extent Extent.
* @param {ol.Coordinate} coordinates Coordinate. * @param {ol.Coordinate} coordinate Coordinate.
* @return {boolean} Contains. * @return {boolean} Contains.
*/ */
ol.extent.containsCoordinate = function(extent, coordinate) { ol.extent.containsCoordinate = function(extent, coordinate) {