Add missing description for @return tag

This commit is contained in:
Éric Lemoine
2013-04-21 21:51:14 +02:00
parent e6f354ce7c
commit a5519c2645

View File

@@ -35,7 +35,7 @@ ol.extent.boundingExtent = function(coordinates) {
* @param {Array.<number>} ys Ys.
* @param {ol.Extent=} opt_extent Destination extent.
* @private
* @return {ol.Extent}
* @return {ol.Extent} Extent.
*/
ol.extent.boundingExtentXYs_ = function(xs, ys, opt_extent) {
goog.asserts.assert(xs.length > 0);