Fix type, thanks @elemoine

This commit is contained in:
Tom Payne
2012-07-19 10:48:25 +02:00
parent 513d8e7268
commit 9ce406c203

View File

@@ -22,7 +22,7 @@ goog.inherits(ol.Extent, ol.Rectangle);
/**
* @param {...ol.Coordinate} var_args Coordinates.
* @return {!ol.Extent} Boundin extent.
* @return {!ol.Extent} Bounding extent.
*/
ol.Extent.boundingExtent = function(var_args) {
var coordinate0 = arguments[0];