Add missing description for @return tag
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ ol.extent.boundingExtent = function(coordinates) {
|
|||||||
* @param {Array.<number>} ys Ys.
|
* @param {Array.<number>} ys Ys.
|
||||||
* @param {ol.Extent=} opt_extent Destination extent.
|
* @param {ol.Extent=} opt_extent Destination extent.
|
||||||
* @private
|
* @private
|
||||||
* @return {ol.Extent}
|
* @return {ol.Extent} Extent.
|
||||||
*/
|
*/
|
||||||
ol.extent.boundingExtentXYs_ = function(xs, ys, opt_extent) {
|
ol.extent.boundingExtentXYs_ = function(xs, ys, opt_extent) {
|
||||||
goog.asserts.assert(xs.length > 0);
|
goog.asserts.assert(xs.length > 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user