From a5519c2645857c1db62e3fe2fd0cbab6f1db5e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sun, 21 Apr 2013 21:51:14 +0200 Subject: [PATCH] Add missing description for @return tag --- src/ol/extent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/extent.js b/src/ol/extent.js index c620d226ef..ba70503914 100644 --- a/src/ol/extent.js +++ b/src/ol/extent.js @@ -35,7 +35,7 @@ ol.extent.boundingExtent = function(coordinates) { * @param {Array.} 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);